attributeMappingParameterSchema 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

描述在 attributeMappingFunctionSchema 中使用的单个参数

属性

属性 类型 说明
allowMultipleOccurrences Boolean 给定的参数可以多次提供, (例如,函数中的多个输入 Concatenate(string,string,...) 字符串) 。
name 字符串 参数名称。
必需 Boolean true 如果需要参数;否则 false
type 字符串 可取值为:BooleanBinaryReferenceIntegerString。 默认值为“String”。

JSON 表示形式

下面是资源的 JSON 表示形式。

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