Palo Alto Networks · JSON Structure

Identity Security Posture Management Api Feature State Structure

FeatureState schema from Incident Security Service Posture Management API

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

FeatureState 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

status lastScannedAt

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-feature-state-structure.json",
  "name": "FeatureState",
  "description": "FeatureState schema from Incident Security Service Posture Management API",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "lastScannedAt": {
      "type": "datetime"
    }
  }
}