Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.32 KB

File metadata and controls

55 lines (41 loc) · 1.32 KB
title description ms.localizationpriority author ms.subservice doc_type
statusBase resource type
Describes the status of the provisioning summary event.
medium
ArvindHarinder1
entra-monitoring-health
resourcePageType

statusBase resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Caution

The statusBase API is deprecated and will stop returning data om December 31, 2021. Please use the new provisioningStatusInfo type.

Describes the status of the provisioning summary event.

Properties

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

JSON representation

The following is a JSON representation of the resource.

{
  "status": "String"
}