Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.9 KB

File metadata and controls

66 lines (51 loc) · 1.9 KB
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

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"
    }
  ]
}