deviceManagementSettingAbstractImplementationConstraint リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

AbstractComplex 型を適用する制約に、特定の値が含まれるか、または設定されている制約

deviceManagementConstraint から継承します

プロパティ

プロパティ 説明
allowedAbstractImplementationDefinitionIds String collection 設定に対して構成されていないことを意味する値の一覧

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagementSettingAbstractImplementationConstraint",
  "allowedAbstractImplementationDefinitionIds": [
    "String"
  ]
}