Google Cloud Security Command Center V1 Client - Class Compliance (1.13.1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Compliance.

Contains compliance information about a security standard indicating unmet recommendations.

Generated from protobuf message google.cloud.securitycenter.v1.Compliance

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ standard string

Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.

↳ version string

Version of the standard/benchmark e.g. 1.1

↳ ids array

Policies within the standard/benchmark e.g. A.12.4.1

getStandard

Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.

Generated from protobuf field string standard = 1;

Returns
TypeDescription
string

setStandard

Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.

Generated from protobuf field string standard = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVersion

Version of the standard/benchmark e.g. 1.1

Generated from protobuf field string version = 2;

Returns
TypeDescription
string

setVersion

Version of the standard/benchmark e.g. 1.1

Generated from protobuf field string version = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIds

Policies within the standard/benchmark e.g. A.12.4.1

Generated from protobuf field repeated string ids = 3;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIds

Policies within the standard/benchmark e.g. A.12.4.1

Generated from protobuf field repeated string ids = 3;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this