Module: Google::Cloud::OsConfig::V1::OSPolicyAssignmentReport::OSPolicyCompliance::ComplianceState
- Defined in:
- proto_docs/google/cloud/osconfig/v1/os_policy_assignment_reports.rb
Overview
Possible compliance states for an os policy.
Constant Summary collapse
- UNKNOWN =
The policy is in an unknown compliance state.
Refer to the field
compliance_state_reason
to learn the exact reason for the policy to be in this compliance state. 0
- COMPLIANT =
Policy is compliant.
The policy is compliant if all the underlying resources are also compliant.
1
- NON_COMPLIANT =
Policy is non-compliant.
The policy is non-compliant if one or more underlying resources are non-compliant.
2