policySignatureVerificationStatus property

String? policySignatureVerificationStatus
getter/setter pair

The status of policy signature verification.

Output only. Possible string values are:

  • "POLICY_SIGNATURE_VERIFICATION_STATUS_UNSPECIFIED" : Unspecified. The verification status has not been reported. This is set only if statusReportingSettings.commonCriteriaModeEnabled is false.
  • "POLICY_SIGNATURE_VERIFICATION_DISABLED" : Policy signature verification is disabled on the device as common_criteria_mode is set to false.
  • "POLICY_SIGNATURE_VERIFICATION_SUCCEEDED" : Policy signature verification succeeded.
  • "POLICY_SIGNATURE_VERIFICATION_NOT_SUPPORTED" : Policy signature verification is not supported, e.g. because the device has been enrolled with a CloudDPC version that does not support the policy signature verification.
  • "POLICY_SIGNATURE_VERIFICATION_FAILED" : The policy signature verification failed. The policy has not been applied.

Implementation

core.String? policySignatureVerificationStatus;