deviceManagementSettingAbstractImplementationConstraint リソースの種類

名前空間: microsoft.graph

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

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

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

deviceManagementConstraint からの継承

プロパティ

プロパティ 説明
allowedAbstractImplementationDefinitionIds String collection 設定に対して構成されていない値の一覧

リレーションシップ

なし

JSON 表記

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

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