Module: Google::Cloud::CloudSecurityCompliance::V1::ComplianceState

Defined in:
proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb

Overview

The state of compliance after evaluation is complete.

Constant Summary collapse

COMPLIANCE_STATE_UNSPECIFIED =

Default value. This value is unused.

0
COMPLIANT =

The resource is compliant.

1
VIOLATION =

The resource has a violation.

2
MANUAL_REVIEW_NEEDED =

The resource requires manual review from you.

3
ERROR =

An error occurred while computing the resource status.

4
AUDIT_NOT_SUPPORTED =

The resource can't be audited.

5