Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 2.34 KB

File metadata and controls

69 lines (56 loc) · 2.34 KB
title hostSecurityState resource type (deprecated)
description Contains stateful information about the host (including devices, computers, and so on).
ms.localizationpriority medium
author preetikr
ms.subservice security
doc_type resourcePageType
ms.date 04/03/2024
ROBOTS NOINDEX

hostSecurityState resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE security-alerts-v1-deprecation]

Contains stateful information about the host (including devices, computers, and so on).

Properties

Property Type Description
fqdn String Host FQDN (Fully Qualified Domain Name) (for example, machine.company.com).
isAzureAadJoined Boolean True if the host is domain joined to Microsoft Entra Domain Services.
isAzureAadRegistered Boolean True if the host registered with Microsoft Entra Device Registration (BYOD devices - that is, not fully managed by enterprise).
isHybridAzureDomainJoined Boolean True if the host is domain joined to an on-premises Active Directory domain.
netBiosName String The local host name, without the DNS domain name.
os String Host Operating System. (For example, Windows 10, macOS, RHEL, etc.).
privateIpAddress String Private (not routable) IPv4 or IPv6 address (see RFC 1918) at the time of the alert.
publicIpAddress String Publicly routable IPv4 or IPv6 address (see RFC 1918) at time of the alert.
riskScore String Provider-generated/calculated risk score of the host. Recommended value range of 0-1, which equates to a percentage.

JSON representation

The following JSON representation shows the resource type.

{
  "fqdn": "String",
  "isAzureAadJoined": true,
  "isAzureAadRegistered": true,
  "isHybridAzureDomainJoined": true,
  "netBiosName": "String",
  "os": "String",
  "privateIpAddress": "String",
  "publicIpAddress": "String",
  "riskScore": "String"
}