Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Represents directory synchronization errors for the user, group and orgContact resources 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"
}