Edit

Share via


deviceIdentityAttestationStatus enum type

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Indicates the state of the anomaly. Eg: anomaly severity can be new, active, disabled, removed or other.

Members

Member Value Description
unknown 0 Default. Set to unknown if attestation has not yet been calculated
trusted 1 Indicates that the Device attestation is supported on the device, it was attempted on the device and the attestation has passed. The device is trusted.
unTrusted 2 Indicates that the Device attestation is supported on the device, it was attempted on the device and the attestation has failed. The device is untrusted
notSupported 3 Indicates that the device does not support Attestation. This could be because of missing hardware or software support.
incompleteData 4 Indicates that the device did not provide with the data that were required to perform attestation.
unknownFutureValue 5 Evolvable enumeration sentinel value. Do not use.