| 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 |
Namespace: microsoft.graph
Describes a single parameter used in an attributeMappingFunctionSchema.
| 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. |
The following JSON representation shows the resource type.
{
"allowMultipleOccurrences": "Boolean",
"name": "String",
"required": "Boolean",
"type": "String"
}