mobileThreatDefenseConnector 资源类型

命名空间:microsoft.graph

重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。

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

表示移动威胁防护合作伙伴连接的实体。

方法

方法 返回类型 说明
List mobileThreatDefenseConnectors mobileThreatDefenseConnector 集合 列出 mobileThreatDefenseConnector 对象的属性和关系。
Get mobileThreatDefenseConnector mobileThreatDefenseConnector 读取 mobileThreatDefenseConnector 对象的属性和关系。
Create mobileThreatDefenseConnector mobileThreatDefenseConnector 创建新的 mobileThreatDefenseConnector 对象。
Delete mobileThreatDefenseConnector 删除 mobileThreatDefenseConnector
Update mobileThreatDefenseConnector mobileThreatDefenseConnector 更新 mobileThreatDefenseConnector 对象的属性。

属性

属性 类型 说明
id String 尚未记录
lastHeartbeatDateTime DateTimeOffset 从数据同步合作伙伴接收到上一个检测信号的日期/时间
partnerState mobileThreatPartnerTenantState 数据同步帐户的合作伙伴状态。 可能的值是:unavailableavailableenabledunresponsive
androidMobileApplicationManagementEnabled 布尔 对于 Android,设置数据同步合作伙伴的数据是否应该在移动应用管理或 MAM (过程中) 评估。 每个平台只能为一个合作伙伴启用移动应用管理 (MAM) 评估。
iosMobileApplicationManagementEnabled Boolean 对于 IOS,获取或设置是否在移动应用管理期间使用来自数据同步合作伙伴的数据 (MAM) 评估。 每个平台只能为一个合作伙伴启用移动应用管理 (MAM) 评估。
androidEnabled Boolean 对于 Android 设备,设置在合规性评估期间是否应使用来自数据同步合作伙伴的数据
iosEnabled Boolean 对于 iOS 设备,获取或设置在合规性评估期间是否应使用来自数据同步合作伙伴的数据
windowsEnabled Boolean For Windows, get or set whether data sync partner from data should be used during compliance evaluations
macEnabled 布尔 对于 Mac,获取或设置是否在合规性评估期间使用来自数据同步合作伙伴的数据
androidDeviceBlockedOnMissingPartnerData Boolean 对于 Android 设备,设置 Intune 是否必须在使设备兼容之前接收来自数据同步合作伙伴的数据
iosDeviceBlockedOnMissingPartnerData Boolean 对于 iOS 设备,设置 Intune 是否必须在使设备兼容之前接收来自数据同步合作伙伴的数据
windowsDeviceBlockedOnMissingPartnerData 布尔 对于Windows,设置 Intune 是否必须在将设备标记为兼容之前从数据同步合作伙伴接收数据
macDeviceBlockedOnMissingPartnerData 布尔 对于 Mac,获取或设置 Intune 是否必须在将设备标记为兼容之前从数据同步合作伙伴接收数据
partnerUnsupportedOsVersionBlocked Boolean 获取或设置是否阻止不符合数据同步合作伙伴最低版本要求的启用平台上的设备
partnerUnresponsivenessThresholdInDays Int32 获取或设置每个租户允许此合作伙伴集成不响应的天数
allowPartnerToCollectIOSApplicationMetadata 布尔 对于 IOS 设备,允许管理员配置数据同步合作伙伴是否还可以从 Intune 收集有关已安装应用程序的元数据
allowPartnerToCollectIOSPersonalApplicationMetadata Boolean 对于 IOS 设备,允许管理员配置数据同步合作伙伴是否还可以从 Intune 收集有关个人安装的应用程序的元数据
microsoftDefenderForEndpointAttachEnabled Boolean 如果为 TRUE,则启用通过 Microsoft Defender for Endpoint 的配置文件管理。 如果为 FALSE,则禁用通过 Microsoft Defender for Endpoint 的配置文件管理。

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.mobileThreatDefenseConnector",
  "id": "String (identifier)",
  "lastHeartbeatDateTime": "String (timestamp)",
  "partnerState": "String",
  "androidMobileApplicationManagementEnabled": true,
  "iosMobileApplicationManagementEnabled": true,
  "androidEnabled": true,
  "iosEnabled": true,
  "windowsEnabled": true,
  "macEnabled": true,
  "androidDeviceBlockedOnMissingPartnerData": true,
  "iosDeviceBlockedOnMissingPartnerData": true,
  "windowsDeviceBlockedOnMissingPartnerData": true,
  "macDeviceBlockedOnMissingPartnerData": true,
  "partnerUnsupportedOsVersionBlocked": true,
  "partnerUnresponsivenessThresholdInDays": 1024,
  "allowPartnerToCollectIOSApplicationMetadata": true,
  "allowPartnerToCollectIOSPersonalApplicationMetadata": true,
  "microsoftDefenderForEndpointAttachEnabled": true
}