Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.35 KB

File metadata and controls

57 lines (42 loc) · 1.35 KB
title statusBase 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 07/22/2024

statusBase resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Caution

The statusBase API is deprecated and stopped returning data on December 31, 2021. Going forward, use the new provisioningStatusInfo type.

Describes the status of the provisioning summary event.

Properties

Property Type Description
status provisioningResult The possible values are: success, warning, failure, skipped, unknownFutureValue. Supports $filter (eq, contains).

JSON representation

The following JSON representation shows the resource type.

{
  "status": "String"
}