OBJECT
Stores the compliance status of a workload type.
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! # Returns the last compliance update time.lastComplianceUpdateTime: DateTime }