windowsDefenderAdvancedThreatProtectionConfiguration リソースの種類

名前空間: microsoft.graph

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

Windows Defender AdvancedThreatProtection 構成です。

deviceConfiguration から継承します

メソッド

メソッド 戻り値の型 説明
windowsDefenderAdvancedThreatProtectionConfigurations のリスト windowsDefenderAdvancedThreatProtectionConfiguration コレクション windowsDefenderAdvancedThreatProtectionConfiguration オブジェクトのプロパティとリレーションシップをリストします。
windowsDefenderAdvancedThreatProtectionConfiguration の取得 windowsDefenderAdvancedThreatProtectionConfiguration windowsDefenderAdvancedThreatProtectionConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。
windowsDefenderAdvancedThreatProtectionConfiguration の作成 windowsDefenderAdvancedThreatProtectionConfiguration 新しい windowsDefenderAdvancedThreatProtectionConfigurations オブジェクトを作成します。
windowsDefenderAdvancedThreatProtectionConfiguration の削除 なし windowsDefenderAdvancedThreatProtectionConfiguration を削除します。
windowsDefenderAdvancedThreatProtectionConfiguration の更新 windowsDefenderAdvancedThreatProtectionConfiguration windowsDefenderAdvancedThreatProtectionConfiguration オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。 deviceConfiguration から継承します
lastModifiedDateTime DateTimeOffset オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します
createdDateTime DateTimeOffset オブジェクトが作成された DateTime。 deviceConfiguration から継承します
description String 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します
displayName String 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します
version Int32 デバイス構成のバージョン。 deviceConfiguration から継承します
allowSampleSharing Boolean Windows Defender AdvancedThreatProtection の "サンプルの共有を許可する" ルール
enableExpeditedTelemetryReporting Boolean Windows Defender Advanced Threat Protection テレメトリ レポートの頻度を高めます。

リレーションシップ

リレーションシップ 説明
assignments deviceConfigurationAssignment コレクション デバイスの構成プロファイルの割り当てのリスト。 deviceConfiguration から継承します
deviceStatuses deviceConfigurationDeviceStatus コレクション デバイスごとのデバイス構成のインストール状況。 deviceConfiguration から継承します
userStatuses deviceConfigurationUserStatus コレクション ユーザー別のデバイス構成のインストール状態。 deviceConfiguration から継承します
deviceStatusOverview deviceConfigurationDeviceOverview デバイス構成のデバイス状態の概要 (deviceConfiguration から継承)
userStatusOverview deviceConfigurationUserOverview デバイス構成のユーザー状態の概要 (deviceConfiguration から継承)
deviceSettingStateSummaries settingStateDeviceSummary コレクション デバイス構成設定状態のデバイスの要約 (deviceConfiguration から継承)

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "version": 1024,
  "allowSampleSharing": true,
  "enableExpeditedTelemetryReporting": true
}