azureAttestationSettingStatus enum type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable".
Members
Member | Value | Description |
---|---|---|
notApplicable | 0 | Indicates that the device is not a Windows 11 device. |
enabled | 1 | Indicates that the device has the Azure attestation setting enabled. |
disabled | 2 | Indicates that the device has the Azure attestation setting disabled. |
unknownFutureValue | 3 | Evolvable enumeration sentinel value. Do not use. |