Palo Alto Networks · JSON Structure

Sase Iam Api Service Account Credentials Structure

ServiceAccountCredentials schema from Palo Alto Networks SASE IAM Service API

Type: object Properties: 6
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

key_id client_id client_secret description expires_at 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-service-account-credentials-structure.json",
  "name": "ServiceAccountCredentials",
  "description": "ServiceAccountCredentials schema from Palo Alto Networks SASE IAM Service API",
  "type": "object",
  "properties": {
    "key_id": {
      "type": "string",
      "description": "Unique identifier of the generated key."
    },
    "client_id": {
      "type": "string",
      "description": "OAuth 2.0 client ID for this credential set."
    },
    "client_secret": {
      "type": "string",
      "description": "OAuth 2.0 client secret. Returned only once at creation time. Store this value securely as it cannot be retrieved again."
    },
    "description": {
      "type": "string",
      "description": "Description provided when the key was created."
    },
    "expires_at": {
      "type": "datetime",
      "description": "Expiration timestamp, or null if credentials do not expire."
    },
    "created_at": {
      "type": "datetime"
    }
  }
}