Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 1.59 KB

File metadata and controls

62 lines (49 loc) · 1.59 KB
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

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