| title | provisioningStep resource type |
|---|---|
| description | Describes the steps taken to perform an action. |
| ms.localizationpriority | medium |
| author | ArvindHarinder1 |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Describes the steps taken to perform an action.
| Property | Type | Description |
|---|---|---|
| description | String | Summary of what occurred during the step. |
| details | detailsInfo | Details of what occurred during the step. |
| name | String | Name of the step. |
| provisioningStepType | provisioningStepType | Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. |
| status | provisioningResult | Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue. |
The following JSON representation shows the resource type.
{
"description": "String",
"details": {
"@odata.type": "microsoft.graph.detailsInfo"
},
"name": "String",
"provisioningStepType": "String",
"status": "String"
}