Palo Alto Networks · JSON Structure

Sase Iam Api Access Policy Structure

AccessPolicy schema from Palo Alto Networks SASE IAM Service API

Type: object Properties: 7
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

AccessPolicy is a JSON Structure definition published by Palo Alto Networks, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id principal_id principal_type role_id role_name tsg_id created_at

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/sase-iam-api-access-policy-structure.json",
  "name": "AccessPolicy",
  "description": "AccessPolicy schema from Palo Alto Networks SASE IAM Service API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the access policy."
    },
    "principal_id": {
      "type": "string",
      "description": "ID of the service account or user this policy applies to."
    },
    "principal_type": {
      "type": "string",
      "description": "Type of principal.",
      "enum": [
        "service_account",
        "user"
      ]
    },
    "role_id": {
      "type": "string",
      "description": "ID of the role assigned by this policy."
    },
    "role_name": {
      "type": "string",
      "description": "Name of the role assigned."
    },
    "tsg_id": {
      "type": "string",
      "description": "TSG scope this policy applies to."
    },
    "created_at": {
      "type": "datetime"
    }
  }
}