Google Cloud Security Command Center V1 Client - Class Subject (1.16.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kind int

Authentication type for subject.

↳ ns string

Namespace for subject.

↳ name string

Name for subject.

getKind

Authentication type for subject.

Returns
TypeDescription
int

setKind

Authentication type for subject.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getNs

Namespace for subject.

Returns
TypeDescription
string

setNs

Namespace for subject.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getName

Name for subject.

Returns
TypeDescription
string

setName

Name for subject.

Parameter
NameDescription
var string
Returns
TypeDescription
$this