serviceProvisioningError resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents an abstract base type for service provisioning errors which are information published by a federated service describing a non-transient, service-specific error for the user, group, or organizational contact entities regarding the properties or link from an object 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 (e.g., "SharePoint/Dublin") that published the service error information. |
JSON representation
The following is a JSON representation of the resource.
{
"createdDateTime": "2020-01-31T17:45:18.00",
"isResolved": false,
"serviceInstance": "exchange/NAMPRD09-001-01"
}
Feedback
Submit and view feedback for