Palo Alto Networks · JSON Structure

Cloud Identity Engine Api Fetch_All_Users_Attrs Structure

Retrieve all attributes for a specific user.

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

fetch_all_users_attrs is a JSON Structure definition published by Palo Alto Networks, describing 2 properties. 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-fetch_all_users_attrs-structure.json",
  "name": "fetch_all_users_attrs",
  "description": "Retrieve all attributes for a specific user.",
  "type": "object",
  "properties": {
    "attrs": {
      "type": "array",
      "description": "User attributes included as part of the response.",
      "items": {
        "type": "string"
      }
    },
    "useNormalizedAttrs": {
      "type": "string",
      "description": "Use the normalized attribute.",
      "enum": [
        "True",
        "False"
      ]
    }
  }
}