attributeMappingParameterSchema 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
描述 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"
}