Google Cloud Security Command Center V1 Client - Class Subject (1.28.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
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