命名空间:microsoft.graph
描述 attributeMappingFunctionSchema 中使用的单个参数。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| allowMultipleOccurrences | 布尔值 | 给定参数可以多次提供 (例如,函数) 中的 Concatenate(string,string,...) 多个输入字符串。 |
| name | String | 参数名称。 |
| 必需 | 布尔值 |
true 如果需要参数,则为 ;否则为 false。 |
| type | attributeType | 可能的值包括 String、Integer、Reference、Binary、Boolean、DateTime。 默认值为“String”。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"allowMultipleOccurrences": "Boolean",
"name": "String",
"required": "Boolean",
"type": "String"
}