importedWindowsAutopilotDeviceIdentityState resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Not yet documented
Properties
Property | Type | Description |
---|---|---|
deviceImportStatus | importedWindowsAutopilotDeviceIdentityImportStatus | Device status reported by Device Directory Service(DDS). Possible values are: unknown , pending , partial , complete , error . |
deviceRegistrationId | String | Device Registration ID for successfully added device reported by Device Directory Service(DDS). |
deviceErrorCode | Int32 | Device error code reported by Device Directory Service(DDS). |
deviceErrorName | String | Device error name reported by Device Directory Service(DDS). |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.importedWindowsAutopilotDeviceIdentityState",
"deviceImportStatus": "String",
"deviceRegistrationId": "String",
"deviceErrorCode": 1024,
"deviceErrorName": "String"
}