Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Subject.
Represents a Kubernetes subject.
Generated from protobuf message google.cloud.securitycenter.v2.Kubernetes.Subject
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ KubernetesMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
int |
setKind
Authentication type for the subject.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getNs
Namespace for the subject.
Returns | |
---|---|
Type | Description |
string |
setNs
Namespace for the subject.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getName
Name for the subject.
Returns | |
---|---|
Type | Description |
string |
setName
Name for the subject.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |