Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.63 KB

File metadata and controls

63 lines (49 loc) · 1.63 KB
title description ms.localizationpriority author ms.subservice doc_type
provisioningStep resource type
Describes the steps taken to perform an action.
medium
ArvindHarinder1
entra-monitoring-health
resourcePageType

provisioningStep resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}