PolicyComplianceState#
- class PolicyComplianceState(*args, **kwargs)[source]#
Bases:
object
Compliance state enum.
Allowed enum values:
_UNKNOWN
_REDACTED
COMPLIANT: The given entity is compliant with the specified policy.
NON_COMPLIANT: The given entity is not compliant with the specified policy.
UNKNOWN_STATE: Compliance state of the policy is not known.