attributeMappingFunctionSchema resource type

Namespace: microsoft.graph

Describes a function that can be used in an attribute mapping to transform values during synchronization.

Methods

Method Return Type Description
Get schema functions attributeMappingFunctionSchema collection List supported attribute mapping functions.

Properties

Property Type Description
id String Key. Read-only.
parameters attributeMappingParameterSchema collection Collection of function parameters.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)",
  "parameters": [
    {
      "@odata.type": "microsoft.graph.attributeMappingParameterSchema"
    }
  ]
}