Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.44 KB

File metadata and controls

58 lines (44 loc) · 1.44 KB
title provisioningStatusInfo resource type
description Describes the status of the provisioning summary event.
ms.localizationpriority medium
author ArvindHarinder1
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 03/21/2024

provisioningStatusInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Describes the status of the provisioning summary event.

Properties

Property Type Description
status provisioningResult The possible values are: success, failure, skipped, warning, unknownFutureValue. Supports $filter (eq, contains).
errorInformation provisioningErrorInfo If status isn't success/ skipped details for the error are contained in this.

JSON representation

The following JSON representation shows the resource type.

{
  "status": "String",
  "errorInformation": {
    "@odata.type": "microsoft.graph.provisioningErrorInfo"
  }
}