Palo Alto Networks · JSON Structure

Identity Security Posture Management Api Saa S Account Structure

SaaSAccount schema from Incident Security Service Posture Management API

Type: object Properties: 28
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

id saasProviderId tenant saasInstanceId jobId appId appType accountType accountName email isLocal isOrphaned isElevated ticketKey ticketUrl roles creator linkedHumanAccounts saasProviderNhiName lastModifiedTime lastLoginTime isNonHuman createdTime latestScanTime lastCredentialsRotated rotatedBy githubOrgName credentialsExpiresAt

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/identity-security-posture-management-api-saa-s-account-structure.json",
  "name": "SaaSAccount",
  "description": "SaaSAccount schema from Incident Security Service Posture Management API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "saasProviderId": {
      "type": "string"
    },
    "tenant": {
      "type": "string"
    },
    "saasInstanceId": {
      "type": "string"
    },
    "jobId": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    },
    "appType": {
      "type": "string"
    },
    "accountType": {
      "type": "string"
    },
    "accountName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "isLocal": {
      "type": "boolean"
    },
    "isOrphaned": {
      "type": "boolean"
    },
    "isElevated": {
      "type": "boolean"
    },
    "ticketKey": {
      "type": "string"
    },
    "ticketUrl": {
      "type": "string"
    },
    "roles": {
      "type": "string"
    },
    "creator": {
      "type": "string"
    },
    "linkedHumanAccounts": {
      "type": "string"
    },
    "saasProviderNhiName": {
      "type": "string"
    },
    "lastModifiedTime": {
      "type": "datetime"
    },
    "lastLoginTime": {
      "type": "datetime"
    },
    "isNonHuman": {
      "type": "boolean"
    },
    "createdTime": {
      "type": "datetime"
    },
    "latestScanTime": {
      "type": "datetime"
    },
    "lastCredentialsRotated": {
      "type": "datetime"
    },
    "rotatedBy": {
      "type": "string"
    },
    "githubOrgName": {
      "type": "string"
    },
    "credentialsExpiresAt": {
      "type": "datetime"
    }
  }
}