Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.84 KB

File metadata and controls

49 lines (37 loc) · 1.84 KB
title serviceProvisioningError resource type
description Represents an abstract base type for service provisioning errors.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-directory-management
author PaulEkirapa
ms.date 03/21/2024

serviceProvisioningError resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

An abstract base type that represents information published by a federated service that describes a nontransient, service specific error for the user, group, or organizational contact that requires an explicit administrator action to resolve.

Base type of serviceProvisioningXmlError.

Properties

Property Type Description
createdDateTime DateTimeOffset The date and time at which the error occurred.
isResolved Boolean Indicates whether the Error has been attended to.
serviceInstance String Qualified service instance (for example, "SharePoint/Dublin") that published the service error information.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "createdDateTime": "2020-01-31T17:45:18.00",
  "isResolved": false,
  "serviceInstance": "exchange/NAMPRD09-001-01"
}