| title | attributeMappingFunctionSchema resource type |
|---|---|
| description | Describes a function that can be used in an attribute mapping to transform values during synchronization. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| author | ArvindHarinder1 |
| ms.subservice | entra-applications |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Describes a function that can be used in an attribute mapping to transform values during synchronization.
| Method | Return Type | Description |
|---|---|---|
| Get schema functions | attributeMappingFunctionSchema collection | List supported attribute mapping functions. |
| Property | Type | Description |
|---|---|---|
| id | String | Key. Read-only. |
| parameters | attributeMappingParameterSchema collection | Collection of function parameters. |
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"parameters": [
{
"@odata.type": "microsoft.graph.attributeMappingParameterSchema"
}
]
}