provisioningStatusInfo resource type
Namespace: microsoft.graph
Describes the status of the provisioning summary event.
Properties
Property | Type | Description |
---|---|---|
errorInformation | provisioningErrorInfo | If status isn't success/ skipped details for the error are contained in this. |
status | provisioningResult | Possible values are: success , warning , failure , skipped , unknownFutureValue . |
JSON representation
The following JSON representation shows the resource type.
{
"status": "String",
"errorInformation": {
"@odata.type": "microsoft.graph.provisioningErrorInfo"
}
}