userMatchingSetting resource type

Namespace: microsoft.graph.industryData

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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 is a JSON representation of the resource.

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