hostSecurityState resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}