assignmentFilterSupportedProperty リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

AssignmentFilter のルールの作成でサポートされるプロパティに関する情報を表します。

プロパティ

プロパティ 説明
dataType String プロパティのデータ型を指定します。
isCollection ブール値 プロパティがコレクションの種類であるかどうかを示します。
name String プロパティの名前です。
propertyRegexConstraint 文字列 プロパティ値の検証を行う正規表現文字列。
supportedOperators assignmentFilterOperator コレクション このプロパティでサポートされている演算子の一覧。
supportedValues String collection この適切な値でサポートされているすべての値の一覧で、すべてがサポートされている場合は空です。

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.assignmentFilterSupportedProperty",
  "dataType": "String",
  "isCollection": true,
  "name": "String",
  "propertyRegexConstraint": "String",
  "supportedOperators": [
    "String"
  ],
  "supportedValues": [
    "String"
  ]
}