次の方法で共有


windowsDefenderApplicationControlSupplementalPolicy リソースの種類

名前空間: microsoft.graph

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

メソッド

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

プロパティ

プロパティ 説明
id 文字列 Windows Defender アプリケーションコントロール補足ポリシーの一意識別子。 この ID は、ポリシーの作成時に割り当てられます。
displayName 文字列 Windows Defender アプリケーション制御補足ポリシーの表示名。
説明 String Windows Defender アプリケーション制御補足ポリシーの説明。
content Binary Windows Defender アプリケーション制御補足ポリシーの内容をバイト配列形式で示します。
contentFileName 文字列 Windows Defender アプリケーション制御補足ポリシーの内容に関連付けられているファイル名を示します。
version 文字列 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"
  ]
}