Google Cloud Audit Manager V1 Client - Class ComplianceState (0.1.0)

Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ComplianceState.

The compliance state after evaluation.

Protobuf type google.cloud.auditmanager.v1.ComplianceState

Namespace

Google \ Cloud \ AuditManager \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPLIANCE_STATE_UNSPECIFIED

Value: 0

Unspecified. Invalid state.

Generated from protobuf enum COMPLIANCE_STATE_UNSPECIFIED = 0;

COMPLIANT

Value: 1

Compliant.

Generated from protobuf enum COMPLIANT = 1;

VIOLATION

Value: 2

Violation.

Generated from protobuf enum VIOLATION = 2;

MANUAL_REVIEW_NEEDED

Value: 3

MANUAL_REVIEW_NEEDED, requires manual review

Generated from protobuf enum MANUAL_REVIEW_NEEDED = 3;

ERROR

Value: 4

Error while computing status.

Generated from protobuf enum ERROR = 4;

AUDIT_NOT_SUPPORTED

Value: 5

Cannot be audited

Generated from protobuf enum AUDIT_NOT_SUPPORTED = 5;