| title | provisioningStatusInfo resource type |
|---|---|
| description | Describes the status of the provisioning summary event. |
| ms.localizationpriority | medium |
| author | ArvindHarinder1 |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Describes the status of the provisioning summary event.
| Property | Type | Description |
|---|---|---|
| status | provisioningResult | The 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. |
The following JSON representation shows the resource type.
{
"status": "String",
"errorInformation": {
"@odata.type": "microsoft.graph.provisioningErrorInfo"
}
}