Microsoft Graph · Schema

microsoft.graph.security.ipAddress

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityipaddress-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.ipAddress",
  "title": "microsoft.graph.security.ipAddress",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.security.host"
    },
    {
      "title": "ipAddress",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "autonomousSystem": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.autonomousSystem"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The details about the autonomous system to which this IP address belongs."
        },
        "countryOrRegion": {
          "type": "string",
          "description": "The country/region for this IP address.",
          "nullable": true
        },
        "hostingProvider": {
          "type": "string",
          "description": "The hosting company listed for this host.",
          "nullable": true
        },
        "netblock": {
          "type": "string",
          "description": "The block of IP addresses this IP address belongs to.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.security.ipAddress"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.security.ipAddress"
}