Palo Alto Networks · JSON Structure

Sase Iam Api Service Account Update Structure

ServiceAccountUpdate schema from Palo Alto Networks SASE IAM Service API

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

ServiceAccountUpdate 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

display_name description

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-service-account-update-structure.json",
  "name": "ServiceAccountUpdate",
  "description": "ServiceAccountUpdate schema from Palo Alto Networks SASE IAM Service API",
  "type": "object",
  "properties": {
    "display_name": {
      "type": "string",
      "description": "Updated display name."
    },
    "description": {
      "type": "string",
      "description": "Updated description."
    }
  }
}