Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.35 KB

File metadata and controls

59 lines (45 loc) · 1.35 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

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