Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.81 KB

File metadata and controls

61 lines (47 loc) · 1.81 KB
title attributeMappingParameterSchema resource type
description Describes a single parameter used in an attributeMappingFunctionSchema.
ms.localizationpriority medium
doc_type resourcePageType
author ArvindHarinder1
ms.subservice entra-applications
ms.date 07/22/2024

attributeMappingParameterSchema resource type

Namespace: microsoft.graph

Describes a single parameter used in an attributeMappingFunctionSchema.

Properties

Property Type Description
allowMultipleOccurrences Boolean The given parameter can be provided multiple times (for example, multiple input strings in the Concatenate(string,string,...) function).
name String Parameter name.
required Boolean true if the parameter is required; otherwise false.
type attributeType The possible values are: String, Integer, Reference, Binary, Boolean, DateTime. Default is String.

JSON representation

The following JSON representation shows the resource type.

{
  "allowMultipleOccurrences": "Boolean",
  "name": "String",
  "required": "Boolean",
  "type": "String"
}