Palo Alto Networks · Schema

ServiceAccountUpdate

ServiceAccountUpdate schema from Palo Alto Networks SASE IAM Service API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
display_name string Updated display name.
description string Updated description.
View JSON Schema on GitHub

JSON Schema

sase-iam-api-service-account-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServiceAccountUpdate",
  "description": "ServiceAccountUpdate schema from Palo Alto Networks SASE IAM Service API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-iam-api-service-account-update-schema.json",
  "type": "object",
  "properties": {
    "display_name": {
      "type": "string",
      "description": "Updated display name."
    },
    "description": {
      "type": "string",
      "description": "Updated description."
    }
  }
}