Palo Alto Networks · JSON Structure

Identity Security Posture Management Api Idp Info Structure

IdpInfo schema from Incident Security Service Posture Management API

Type: object Properties: 3
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

displayName idpId appType

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-idp-info-structure.json",
  "name": "IdpInfo",
  "description": "IdpInfo schema from Incident Security Service Posture Management API",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "idpId": {
      "type": "string"
    },
    "appType": {
      "type": "string"
    }
  }
}