azureADDeviceRegistrationError resource type
Namespace: microsoft.graph.windowsUpdates
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
An error in the registration process of an Microsoft Entra device that prevents Windows Autopatch from enrolling the device in update management or deploying content to the device.
Inherits from updatableAssetError.
Properties
Property | Type | Description |
---|---|---|
reason | microsoft.graph.windowsUpdates.azureADDeviceRegistrationErrorReason | The reason why the registration encountered an error. Possible values are: invalidGlobalDeviceId , invalidAzureADDeviceId , missingTrustType , invalidAzureADJoin , unknownFutureValue . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.windowsUpdates.azureADDeviceRegistrationError",
"reason": "String"
}