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
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"
}
}