Google Cloud Security Command Center V2 Client - Class Subject (2.2.1)

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 \ Kubernetes

Methods

__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 Enum of type AuthType.

setKind

Authentication type for the subject.

Parameter
Name Description
var int

Enum of type AuthType.

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