Palo Alto Networks · Example Payload

Cloud Identity Engine Api List_Groups_User_Belongs_To Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Cloud Identity Engine Api List_Groups_User_Belongs_To Example is an example object payload from Palo Alto Networks, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

filter

Example Payload

Raw ↑
{
  "filter": {
    "type": "user",
    "name": {
      "attrName": "Distinguished Name",
      "attrValue": "CN=Jack,UID=Park,DC=example,DC=com",
      "match": "equal"
    },
    "attrs": [
      "Common-Name",
      "Unique Identifier",
      "Name",
      "Distinguished Name",
      "SAM Account Name"
    ]
  }
}