provisioningStep resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Describes the steps taken to perform an action.
Properties
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. Possible values are: import , scoping , matching , processing , referenceResolution , export , unknownFutureValue . |
status | provisioningResult | Status of the step. Possible values are: success , warning , failure , skipped , unknownFutureValue . |
JSON representation
The following JSON representation shows the resource type.
{
"description": "String",
"details": {
"@odata.type": "microsoft.graph.detailsInfo"
},
"name": "String",
"provisioningStepType": "String",
"status": "String"
}