Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}