provisioningStep resource type

Namespace: microsoft.graph

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 is a JSON representation of the resource.

{
  "description": "String",
  "details": {
    "@odata.type": "microsoft.graph.detailsInfo"
  },
  "name": "String",
  "provisioningStepType": "String",
  "status": "String"
}