Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.46 KB

synchronization-synchronizationerror.md

File metadata and controls

61 lines (46 loc) · 1.46 KB
title description ms.localizationpriority doc_type author ms.subservice
synchronizationError resource type
Represents an error that occurred during the synchronization process.
medium
resourcePageType
ArvindHarinder1
entra-applications

synchronizationError resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}