Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Kubernetes::Subject.
Represents a Kubernetes subject.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#kind
def kind() -> ::Google::Cloud::SecurityCenter::V1::Kubernetes::Subject::AuthType
Returns
- (::Google::Cloud::SecurityCenter::V1::Kubernetes::Subject::AuthType) — Authentication type for the subject.
#kind=
def kind=(value) -> ::Google::Cloud::SecurityCenter::V1::Kubernetes::Subject::AuthType
Parameter
- value (::Google::Cloud::SecurityCenter::V1::Kubernetes::Subject::AuthType) — Authentication type for the subject.
Returns
- (::Google::Cloud::SecurityCenter::V1::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.