Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
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.
Represents the response returned by the provision action of the device resource.
An approved Virtual Desktop Infrastructure (VDI) provisioning service receives this response after it provisions a device and passes it to the device so that the device can complete its registration with the directory.
Methods
None.
Properties
| Property | Type | Description |
|---|---|---|
| challenge | String | The cryptographic challenge that the device uses to complete its registration with the directory. |
| deviceId | String | The unique identifier of the provisioned device. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.provisionResponse",
"challenge": "String",
"deviceId": "String"
}