| title | provisioningStatusInfo resource type |
|---|---|
| description | Describes the status of the provisioning summary event. |
| ms.localizationpriority | medium |
| author | ArvindHarinder1 |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
Describes the status of the provisioning summary event.
| Property | Type | Description |
|---|---|---|
| errorInformation | provisioningErrorInfo | If status isn't success/ skipped details for the error are contained in this. |
| status | provisioningResult | The possible values are: success, warning, failure, skipped, unknownFutureValue. |
The following JSON representation shows the resource type.
{
"status": "String",
"errorInformation": {
"@odata.type": "microsoft.graph.provisioningErrorInfo"
}
}