Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.34 KB

File metadata and controls

57 lines (43 loc) · 1.34 KB
title provisioningStatusInfo resource type
description Describes the status of the provisioning summary event.
ms.localizationpriority medium
author ArvindHarinder1
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 04/03/2024

provisioningStatusInfo resource type

Namespace: microsoft.graph

Describes the status of the provisioning summary event.

Properties

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

JSON representation

The following JSON representation shows the resource type.

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