onPremisesProvisioningError 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 directory synchronization errors for the user, group, or organizational contact entities when synchronizing on-premises directories to Microsoft Entra ID.
Properties
Property | Type | Description |
---|---|---|
category | String | Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property. |
occurredDateTime | DateTimeOffset | The date and time at which the error occurred. |
propertyCausingError | String | Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress |
value | String | Value of the property causing the error. |
JSON representation
The following JSON representation shows the resource type.
{
"category": "String",
"occurredDateTime": "String (timestamp)",
"propertyCausingError": "String",
"value": "String"
}