| title | statusBase 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 | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Caution
The statusBase API is deprecated and stopped returning data on December 31, 2021. Going forward, use the new provisioningStatusInfo type.
Describes the status of the provisioning summary event.
| Property | Type | Description |
|---|---|---|
| status | provisioningResult | The possible values are: success, warning, failure, skipped, unknownFutureValue. Supports $filter (eq, contains). |
The following JSON representation shows the resource type.
{
"status": "String"
}