windowsDefenderApplicationControlSupplementalPolicy リソースの種類

名前空間: microsoft.graph

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

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

まだ文書化されていません

メソッド

メソッド 戻り値の型 説明
リスト windowsDefenderApplicationControlSupplementalPolicies windowsDefenderApplicationControlSupplementalPolicy コレクション windowsDefenderApplicationControlSupplementalPolicy オブジェクトのプロパティとリレーションシップを一覧表示します。
Get windowsDefenderApplicationControlSupplementalPolicy windowsDefenderApplicationControlSupplementalPolicy windowsDefenderApplicationControlSupplementalPolicy オブジェクトのプロパティとリレーションシップを読み取る。
Create windowsDefenderApplicationControlSupplementalPolicy windowsDefenderApplicationControlSupplementalPolicy 新しい windowsDefenderApplicationControlSupplementalPolicy オブジェクトを作成 します。
WindowsDefenderApplicationControlSupplementalPolicy の削除 なし windowsDefenderApplicationControlSupplementalPolicy を削除します
WindowsDefenderApplicationControlSupplementalPolicy の更新 windowsDefenderApplicationControlSupplementalPolicy windowsDefenderApplicationControlSupplementalPolicy オブジェクトのプロパティを更新します。
assign アクション なし まだ文書化されていません

プロパティ

プロパティ 説明
id String WindowsDefenderApplicationControl 補足ポリシーのキー。
displayName String WindowsDefenderApplicationControl 補足ポリシーの表示名。
description String WindowsDefenderApplicationControl 補足ポリシーの説明。
content Binary バイト配列形式の WindowsDefenderApplicationControl 補足ポリシー コンテンツ。
contentFileName String WindowsDefenderApplicationControl 補足ポリシー コンテンツのファイル名。
version String WindowsDefenderApplicationControl 補足ポリシーのバージョン。
creationDateTime DateTimeOffset WindowsDefenderApplicationControl 補足ポリシーがアップロードされた日時。
lastModifiedDateTime DateTimeOffset WindowsDefenderApplicationControl 補足ポリシーが最後に変更された日時。
roleScopeTagIds String collection この WindowsDefenderApplicationControl 補足ポリシー エンティティのスコープ タグの一覧。

リレーションシップ

リレーションシップ 説明
assignments windowsDefenderApplicationControlSupplementalPolicyAssignment コレクション この WindowsDefenderApplicationControl 補足ポリシーに関連付けられたグループ割り当て。
deploySummary windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary WindowsDefenderApplicationControl の補足ポリシー展開の概要。
deviceStatuses windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus コレクション この WindowsDefenderApplicationControl 補足ポリシーのデバイス展開状態の一覧。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "content": "binary",
  "contentFileName": "String",
  "version": "String",
  "creationDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ]
}