Palo Alto Networks · Schema

domain_param

Domain name for a specific directory.

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
domain string Domain name of the target directory.
View JSON Schema on GitHub

JSON Schema

cloud-identity-engine-api-domain_param-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "domain_param",
  "description": "Domain name for a specific directory.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/cloud-identity-engine-api-domain_param-schema.json",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "Domain name of the target directory.",
      "example": "paloaltonetworks.com"
    }
  },
  "required": [
    "domain"
  ]
}