attributeMappingParameterSchema リソースの種類

名前空間: microsoft.graph

attributeMappingFunctionSchema で使用される 1 つのパラメーターについて説明します。

プロパティ

プロパティ 説明
allowMultipleOccurrences ブール型 指定されたパラメーターは、複数回指定できます (たとえば、 Concatenate(string,string,...) 関数内の複数の入力文字列)。
name String パラメーター名。
必須出席者 ブール型 true パラメーターが必要な場合は。それ以外の場合は false
type attributeType 使用可能な値: StringIntegerReferenceBinaryBooleanDateTime。 既定値は String です。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

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