Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 2.53 KB

File metadata and controls

77 lines (62 loc) · 2.53 KB
title hostSecurityState resource type (deprecated)
description > **Important:** APIs under the /beta version in Microsoft Graph are in preview and are subject to change. Use of these APIs in production applications isn't supported.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice security
author preetikr
ms.date 03/21/2024
ROBOTS NOINDEX

hostSecurityState resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!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.

Relationships

None.

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"
}