Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 1.5 KB

File metadata and controls

65 lines (49 loc) · 1.5 KB
title synchronizationError resource type
description Represents an error that occurred during the synchronization process.
ms.localizationpriority medium
doc_type resourcePageType
author ArvindHarinder1
ms.subservice entra-applications
ms.date 07/22/2024

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "code": "String",
  "message": "String",
  "tenantActionable": "Boolean"
}