Microsoft Graph · Schema

hostSecurityState

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task

Properties

Name Type Description
fqdn string Host FQDN (Fully Qualified Domain Name) (for example, machine.company.com).
isAzureAdJoined boolean
isAzureAdRegistered boolean
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.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphhostsecuritystate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.hostSecurityState",
  "title": "hostSecurityState",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "fqdn": {
      "type": "string",
      "description": "Host FQDN (Fully Qualified Domain Name) (for example, machine.company.com).",
      "nullable": true
    },
    "isAzureAdJoined": {
      "type": "boolean",
      "nullable": true
    },
    "isAzureAdRegistered": {
      "type": "boolean",
      "nullable": true
    },
    "isHybridAzureDomainJoined": {
      "type": "boolean",
      "description": "True if the host is domain joined to an on-premises Active Directory domain.",
      "nullable": true
    },
    "netBiosName": {
      "type": "string",
      "description": "The local host name, without the DNS domain name.",
      "nullable": true
    },
    "os": {
      "type": "string",
      "description": "Host Operating System. (For example, Windows 10, macOS, RHEL, etc.).",
      "nullable": true
    },
    "privateIpAddress": {
      "type": "string",
      "description": "Private (not routable) IPv4 or IPv6 address (see RFC 1918) at the time of the alert.",
      "nullable": true
    },
    "publicIpAddress": {
      "type": "string",
      "description": "Publicly routable IPv4 or IPv6 address (see RFC 1918) at time of the alert.",
      "nullable": true
    },
    "riskScore": {
      "type": "string",
      "description": "Provider-generated/calculated risk score of the host.  Recommended value range of 0-1, which equates to a percentage.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphhostsecuritystate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.