Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. 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. |
JSON representation
The following JSON representation shows the resource type.
{
"description": "String",
"details": {
"@odata.type": "microsoft.graph.detailsInfo"
},
"name": "String",
"provisioningStepType": "String",
"status": "String"
}