ENUM

ComplianceStatusEnum

Description

The compliance status of the workload.

link GraphQL Schema definition

  • enum ComplianceStatusEnum {
  • EMPTY
  • # The workload is in compliance.
  • IN_COMPLIANCE
  • # Compliance is not applicable for the workload.
  • NOT_APPLICABLE
  • # Compliance status is not available for the workload.
  • NOT_AVAILABLE
  • # Workload does not have a compliance status.
  • NULL
  • # The workload is out of compliance.
  • OUT_OF_COMPLIANCE
  • # The workload is unprotected.
  • UNPROTECTED
  • }