Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.82 KB

File metadata and controls

56 lines (44 loc) · 1.82 KB
title onPremisesProvisioningError resource type
description Represents directory synchronization errors for the user group and contact resources when synchronizing on-premises directories to Microsoft Entra ID.
ms.localizationpriority medium
author dhruvinrshah
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 04/03/2024

onPremisesProvisioningError resource type

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