windowsDefenderApplicationControlSupplementalPolicy リソースの種類

名前空間: microsoft.graph

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

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

メソッド

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

プロパティ

プロパティ 説明
id String Windows Defender アプリケーション制御補足ポリシーの一意識別子。 この ID は、ポリシーの作成時に割り当てられます。
displayName String Windows Defender アプリケーション制御補足ポリシーの表示名。
説明 String Windows Defender アプリケーション制御補足ポリシーの説明。
content バイナリ Windows Defender アプリケーション制御補足ポリシーの内容をバイト配列形式で示します。
contentFileName String Windows Defender アプリケーション制御補足ポリシーの内容に関連付けられているファイル名を示します。
version String Windows Defender アプリケーション制御補足ポリシーのバージョンを示します。
creationDateTime DateTimeOffset Windows Defender アプリケーション制御補足ポリシーがアップロードされた作成日時を示します。
lastModifiedDateTime DateTimeOffset Windows Defender アプリケーション制御補足ポリシーの最終変更日時を示します。
roleScopeTagIds String collection Windows Defender アプリケーション制御補足ポリシー エンティティのスコープ タグの一覧。

リレーションシップ

リレーションシップ 説明
assignments windowsDefenderApplicationControlSupplementalPolicyAssignment コレクション Windows Defender アプリケーション制御補足ポリシーに関連付けられているグループの割り当て。

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"
  ]
}