windowsDefenderAdvancedThreatProtectionConfiguration 资源类型

命名空间:microsoft.graph

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

Windows Defender 高级威胁防护配置。

继承自 deviceConfiguration

方法

方法 返回类型 说明
列出 windowsDefenderAdvancedThreatProtectionConfigurations windowsDefenderAdvancedThreatProtectionConfiguration 集合 列出 windowsDefenderAdvancedThreatProtectionConfiguration 对象的属性和关系。
获取 windowsDefenderAdvancedThreatProtectionConfiguration windowsDefenderAdvancedThreatProtectionConfiguration 读取 windowsDefenderAdvancedThreatProtectionConfiguration 对象的属性和关系。
创建 windowsDefenderAdvancedThreatProtectionConfiguration windowsDefenderAdvancedThreatProtectionConfiguration 创建新的 windowsDefenderAdvancedThreatProtectionConfiguration 对象。
删除 windowsDefenderAdvancedThreatProtectionConfiguration 删除 windowsDefenderAdvancedThreatProtectionConfiguration
更新 windowsDefenderAdvancedThreatProtectionConfiguration windowsDefenderAdvancedThreatProtectionConfiguration 更新 windowsDefenderAdvancedThreatProtectionConfiguration 对象的属性。

属性

属性 类型 说明
id String 实体的键。 继承自 deviceConfiguration
lastModifiedDateTime DateTimeOffset 上次修改对象的日期/时间。 继承自 deviceConfiguration
createdDateTime DateTimeOffset 创建对象的日期/时间。 继承自 deviceConfiguration
description String 管理员提供的设备配置的说明。 继承自 deviceConfiguration
displayName String 管理员提供的设备配置的名称。 继承自 deviceConfiguration
version Int32 设备配置的版本。 继承自 deviceConfiguration
allowSampleSharing Boolean Windows Defender 高级威胁防护“允许示例共享”规则
enableExpeditedTelemetryReporting Boolean 加速 Windows Defender 高级威胁防护遥测报告的频率。

关系

关系 类型 说明
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
}