Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.08 KB

serviceprovisioningxmlerror.md

File metadata and controls

45 lines (35 loc) · 2.08 KB
title description ms.localizationpriority doc_type ms.subservice author
serviceProvisioningXmlError resource type
Represents information published by a federated service describing a nontransient, service-specific error regarding the properties or link from an object that is represented as an xml string
medium
resourcePageType
entra-directory-management
PaulEkirapa

serviceProvisioningXmlError resource type

Namespace: microsoft.graph

Represents information that is published by a federated service and describes a nontransient, service specific error that requires an explicit administrator action to resolve. These errors are reported as an xml string on the user, group, or organizational contact entities.

Inherits from serviceProvisioningError.

Properties

Property Type Description
createdDateTime DateTimeOffset The date and time at which the error occurred.
errorDetail String Error Information published by the Federated Service as an xml string.
isResolved Boolean Indicates whether the error is resolved.
serviceInstance String Qualified service instance (for example "SharePoint/Dublin") that published the service error information.

JSON representation

The following JSON representation shows the resource type.

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