provisioningStatusInfo resource type
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.
Describes the status of the provisioning summary event.
Properties
Property | Type | Description |
---|---|---|
status | provisioningResult | Possible values are: success , failure , skipped , warning , unknownFutureValue . Supports $filter (eq , contains ). |
errorInformation | provisioningErrorInfo | If status isn't success/ skipped details for the error are contained in this. |
JSON representation
The following JSON representation shows the resource type.
{
"status": "String",
"errorInformation": {
"@odata.type": "microsoft.graph.provisioningErrorInfo"
}
}