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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPLIANCE_STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum COMPLIANCE_STATE_UNSPECIFIED = 0;
COMPLIANT
Value: 1The resource is compliant.
Generated from protobuf enum COMPLIANT = 1;
VIOLATION
Value: 2The resource has a violation.
Generated from protobuf enum VIOLATION = 2;
MANUAL_REVIEW_NEEDED
Value: 3The resource requires manual review from you.
Generated from protobuf enum MANUAL_REVIEW_NEEDED = 3;
ERROR
Value: 4An error occurred while computing the resource status.
Generated from protobuf enum ERROR = 4;
AUDIT_NOT_SUPPORTED
Value: 5The resource can't be audited.
Generated from protobuf enum AUDIT_NOT_SUPPORTED = 5;