deviceEvidence 资源类型

命名空间:microsoft.graph.security

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

警报中报告的设备。

继承自 alertEvidence

属性

属性 类型 说明
azureAdDeviceId String Microsoft Entra加入设备时通过Microsoft Entra ID分配给设备的唯一标识符。
defenderAvStatus microsoft.graph.security.defenderAvStatus Defender 反恶意软件引擎的状态。 可取值包括:notReportingdisablednotUpdatedupdatedunknownnotSupportedunknownFutureValue
deviceDnsName String 设备的完全限定域名 (FQDN) 。
firstSeenDateTime DateTimeOffset 首次看到设备的日期和时间。
healthStatus microsoft.graph.security.deviceHealthStatus 设备的运行状况状态。 可取值包括:activeinactiveimpairedCommunicationnoSensorDatanoSensorDataImpairedCommunicationunknownunknownFutureValue
ipInterfaces 字符串集合 警报期间设备的 IP 接口。
loggedOnUsers microsoft.graph.security.loggedOnUser 集合 在发出警报期间在计算机上登录的用户。
mdeDeviceId String 通过Microsoft Defender for Endpoint分配给设备的唯一标识符。
onboardingStatus microsoft.graph.security.onboardingStatus 计算机载入到Microsoft Defender for Endpoint的状态。 可能的值包括 insufficientInfoonboardedcanBeOnboardedunsupportedunknownFutureValue
osBuild Int64 设备运行的操作系统的内部版本。
osPlatform String 设备运行的操作系统平台。
rbacGroupId Int32 基于角色的访问控制设备组的 ID。
rbacGroupName String 基于角色的访问控制设备组的名称。
riskScore microsoft.graph.security.deviceRiskScore 由Microsoft Defender for Endpoint评估的风险评分。 可能的值包括 noneinformationallowmediumhighunknownFutureValue
version String 操作系统平台的版本。
vmMetadata microsoft.graph.security.vmMetadata 运行Microsoft Defender for Endpoint的虚拟机 (VM) 的元数据。

defenderAvStatus 值

成员 说明
notReporting Defender 反恶意软件引擎不报告。
禁用 已禁用 Defender 反恶意软件引擎。
notUpdated Defender 反恶意软件引擎不是最新的。
更新 Defender 反恶意软件引擎是最新的。
unknown Defender 反恶意软件引擎的状态未知。
notSupported 此平台上不支持 Defender 反恶意软件引擎。
unknownFutureValue unknownFutureValue 用于可进化枚举模式。

deviceHealthStatus 值

成员 说明
积极 设备处于活动状态,并向所有通道报告。
无效 设备不向任何通道报告。
受损通信 设备未连接到 CnC。
noSensorData 设备未发送遥测数据。
noSensorDataImpairedCommunication 设备未连接到 CnC 且未发送遥测数据。
unknown 设备状态未知
unknownFutureValue unknownFutureValue 用于可进化枚举模式。

deviceRiskScore 值

成员 说明
没有与此设备相关的警报。
信息 设备仅具有“信息”级别警报。
设备仅具有“低”或“信息性”警报。
中等 设备具有“中等”或更低严重性警报。
设备具有“高”严重性警报,存在风险。
unknownFutureValue unknownFutureValue 用于可进化枚举模式。

onboardingStatus 值

成员 说明
unknown 未知的载入状态
insufficientInfo 无法确定载入状态。
已载入 设备已载入服务。
canBeOnboarded 设备有资格加入服务。
支持 服务不支持设备。
unknownFutureValue unknownFutureValue 用于可进化枚举模式。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.security.deviceEvidence",
  "createdDateTime": "String (timestamp)",
  "verdict": "String",
  "remediationStatus": "String",
  "remediationStatusDetails": "String",
  "roles": [
    "String"
  ],
  "detailedRoles": [
    "String"
  ],
  "tags": [
    "String"
  ],
  "firstSeenDateTime": "String (timestamp)",
  "mdeDeviceId": "String",
  "azureAdDeviceId": "String",
  "deviceDnsName": "String",
  "osPlatform": "String",
  "osBuild": "Integer",
  "version": "String",
  "rbacGroupId": "Integer",
  "rbacGroupName": "String",
  "healthStatus": "String",
  "riskScore": "String",
  "onboardingStatus": "String",
  "defenderAvStatus": "String",
  "vmMetadata": {
    "@odata.type": "microsoft.graph.security.vmMetadata"
  },
  "ipInterfaces": [
    "String"
  ],
  "loggedOnUsers": [
    {
      "@odata.type": "microsoft.graph.security.loggedOnUser"
    }
  ]
}