complianceState property
The compliance state of the resource. Possible string values are:
- "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. - "COMPLIANT" : Resource is compliant.
- "NON_COMPLIANT" : Resource is non-compliant.
Implementation
core.String? complianceState;