Kommentar
Å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 an error that occurred during the synchronization process.
Properties
| Property | Type | Description |
|---|---|---|
| code | String | The error code. For example, AzureDirectoryB2BManagementPolicyCheckFailure. |
| message | String | The error message. For example, Policy permitting auto-redemption of invitations not configured. |
| tenantActionable | Boolean | The action to take to resolve the error. For example, false. |
JSON representation
The following JSON representation shows the resource type.
{
"code": "String",
"message": "String",
"tenantActionable": "Boolean"
}