Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Subject.
Represents a Kubernetes subject.
Generated from protobuf message google.cloud.securitycenter.v1.Kubernetes.Subject
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ KubernetesMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ kind
int
Authentication type for the subject.
↳ ns
string
Namespace for the subject.
↳ name
string
Name for the subject.
getKind
Authentication type for the subject.
int
setKind
Authentication type for the subject.
var
int
$this
getNs
Namespace for the subject.
string
setNs
Namespace for the subject.
var
string
$this
getName
Name for the subject.
string
setName
Name for the subject.
var
string
$this