Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::Kubernetes::Subject.
Represents a Kubernetes subject.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#kind
def kind() -> ::Google::Cloud::SecurityCenter::V2::Kubernetes::Subject::AuthType Returns 
 - (::Google::Cloud::SecurityCenter::V2::Kubernetes::Subject::AuthType) — Authentication type for the subject.
 
#kind=
def kind=(value) -> ::Google::Cloud::SecurityCenter::V2::Kubernetes::Subject::AuthType Parameter 
 - value (::Google::Cloud::SecurityCenter::V2::Kubernetes::Subject::AuthType) — Authentication type for the subject.
 
 Returns 
 - (::Google::Cloud::SecurityCenter::V2::Kubernetes::Subject::AuthType) — Authentication type for the subject.
 
#name
def name() -> ::String Returns 
 - (::String) — Name for the subject.
 
#name=
def name=(value) -> ::String Parameter 
 - value (::String) — Name for the subject.
 
 Returns 
 - (::String) — Name for the subject.
 
#ns
def ns() -> ::String Returns 
 - (::String) — Namespace for the subject.
 
#ns=
def ns=(value) -> ::String Parameter 
 - value (::String) — Namespace for the subject.
 
 Returns 
 - (::String) — Namespace for the subject.