Palo Alto Networks · JSON Structure

Cloud Identity Engine Api Domain_Param Structure

Domain name for a specific directory.

Type: object Properties: 1 Required: 1
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

domain_param is a JSON Structure definition published by Palo Alto Networks, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

domain

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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