Google Cloud Security Compliance V1 Client - Class ComplianceState (0.2.0)

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

The state of compliance after evaluation is complete.

Protobuf type google.cloud.cloudsecuritycompliance.v1.ComplianceState

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPLIANCE_STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum COMPLIANCE_STATE_UNSPECIFIED = 0;

COMPLIANT

Value: 1

The resource is compliant.

Generated from protobuf enum COMPLIANT = 1;

VIOLATION

Value: 2

The resource has a violation.

Generated from protobuf enum VIOLATION = 2;

MANUAL_REVIEW_NEEDED

Value: 3

The resource requires manual review from you.

Generated from protobuf enum MANUAL_REVIEW_NEEDED = 3;

ERROR

Value: 4

An error occurred while computing the resource status.

Generated from protobuf enum ERROR = 4;

AUDIT_NOT_SUPPORTED

Value: 5

The resource can't be audited.

Generated from protobuf enum AUDIT_NOT_SUPPORTED = 5;