Palo Alto Networks · JSON Structure

Cloud Identity Engine Api List_All_Groups_In_Domain Structure

Retrieve all groups in a particular domain.

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

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

Properties

attrs useNormalizedAttrs

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-list_all_groups_in_domain-structure.json",
  "name": "list_all_groups_in_domain",
  "description": "Retrieve all groups in a particular domain.",
  "type": "object",
  "properties": {
    "attrs": {
      "type": "array",
      "description": "Group attributes included as part of the response.",
      "items": {
        "type": "string"
      }
    },
    "useNormalizedAttrs": {
      "type": "string",
      "enum": [
        "True",
        "False"
      ]
    }
  },
  "required": [
    "attrs"
  ]
}