Palo Alto Networks · JSON Structure

Identity Security Posture Management Api List Response Saa S Account Structure

ListResponseSaaSAccount schema from Incident Security Service Posture Management API

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

ListResponseSaaSAccount 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

total items

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-list-response-saa-s-account-structure.json",
  "name": "ListResponseSaaSAccount",
  "description": "ListResponseSaaSAccount schema from Incident Security Service Posture Management API",
  "type": "object",
  "properties": {
    "total": {
      "type": "int64"
    },
    "items": {
      "type": "array",
      "items": {
        "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"
          }
        }
      }
    }
  }
}