Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 2.68 KB

File metadata and controls

54 lines (42 loc) · 2.68 KB
title userMatchingSetting resource type
description Represents the rules for matching a user in a roleGroup with a user object from Microsoft Entra ID.
author mlafleur
ms.localizationpriority medium
ms.subservice industry-data-etl
doc_type resourcePageType
ms.date 07/22/2024

userMatchingSetting resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

Represents the rules for matching a user in a roleGroup with a user object from Microsoft Entra ID.

Properties

Property Type Description
matchTarget microsoft.graph.industryData.userMatchTargetReferenceValue The RefUserMatchTarget for matching a user from the source with a Microsoft Entra user object.
priorityOrder Int32 The priority order to apply when a user has multiple RefRole codes assigned.
sourceIdentifier microsoft.graph.industryData.identifierTypeReferenceValue The RefIdentifierType that uniquely identifies a user in the source data.

Relationships

Relationship Type Description
roleGroup microsoft.graph.industryData.roleGroup The roleGroup that these settings apply to.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.userMatchingSetting",
  "matchTarget": {
    "@odata.type": "microsoft.graph.industryData.userMatchTargetReferenceValue"
  },
  "priorityOrder": "Int32",
  "sourceIdentifier": {
    "@odata.type": "microsoft.graph.industryData.identifierTypeReferenceValue"
  }
}