| 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 |
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.
| 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. |
| Relationship | Type | Description |
|---|---|---|
| roleGroup | microsoft.graph.industryData.roleGroup | The roleGroup that these settings apply to. |
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"
}
}