Module: Google::Cloud::OsConfig::V1::OSPolicyAssignmentReport::OSPolicyCompliance::OSPolicyResourceCompliance::ComplianceState

Defined in:
proto_docs/google/cloud/osconfig/v1/os_policy_assignment_reports.rb

Overview

Possible compliance states for a resource.

Constant Summary collapse

UNKNOWN =

The resource is in an unknown compliance state.

To get more details about why the policy is in this state, review the output of the compliance_state_reason field.

0
COMPLIANT =

Resource is compliant.

1
NON_COMPLIANT =

Resource is non-compliant.

2