OBJECT

ComplianceState

Description

Stores the compliance status of a workload type.

link GraphQL Schema definition

  • type ComplianceState {
  • # Percentage of compliance.
  • compliancePercentage: Int!
  • # Reasons for low compliance. If there is no valid reason, this field will be
  • # empty.
  • lowComplianceReason: String!
  • # Describes if a switch to onboarding mode can be allowed.
  • shouldAllowSwitchToOnboardingMode: Boolean!
  • }