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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPLIANCE_STATE_UNSPECIFIED
Value: 0Unspecified. Invalid state.
Generated from protobuf enum COMPLIANCE_STATE_UNSPECIFIED = 0;
COMPLIANT
Value: 1Compliant.
Generated from protobuf enum COMPLIANT = 1;
VIOLATION
Value: 2Violation.
Generated from protobuf enum VIOLATION = 2;
MANUAL_REVIEW_NEEDED
Value: 3MANUAL_REVIEW_NEEDED, requires manual review
Generated from protobuf enum MANUAL_REVIEW_NEEDED = 3;
ERROR
Value: 4Error while computing status.
Generated from protobuf enum ERROR = 4;
AUDIT_NOT_SUPPORTED
Value: 5Cannot be audited
Generated from protobuf enum AUDIT_NOT_SUPPORTED = 5;