{ "$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" ] }