complianceState property
The compliance state of the resource as specified by the API client. Possible string values are:
- "COMPLIANCE_STATE_UNSPECIFIED" : The compliance state of the resource is unknown or unspecified.
- "COMPLIANT" : Device is compliant with third party policies
- "NON_COMPLIANT" : Device is not compliant with third party policies
Implementation
core.String? complianceState;