CompliancePolicyStatus
CompliancePolicyStatus denotes the status for a compliance policy in terms of activity
enum CompliancePolicyStatus {
CREATED
RUNNING
ACTIVE
INACTIVE
ERROR
}
Values
CompliancePolicyStatus.CREATED
Created refers to a policy that has been created but not activated
CompliancePolicyStatus.RUNNING
Running refers to a policy when it is currently evaluating (will switch to ACTIVE or INACTIVE)
CompliancePolicyStatus.ACTIVE
Active refers to a policy that has finished running and is actively listening to resources for evaluation
CompliancePolicyStatus.INACTIVE
Inactive refers to a policy that has finished running and is set to an inactive status to not actively listen to resources for evaluation
CompliancePolicyStatus.ERROR
Error refers to a policy that has run into an error during evaluation
Member Of
CompliancePolicy object