Palo Alto Networks · JSON Structure

Prisma Cloud Code Security Api Scan Integration Structure

ScanIntegration schema from Palo Alto Networks Prisma Cloud Code Security API

Type: object Properties: 6
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

ScanIntegration 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

id name type repositoryId enabled createdAt

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/prisma-cloud-code-security-api-scan-integration-structure.json",
  "name": "ScanIntegration",
  "description": "ScanIntegration schema from Palo Alto Networks Prisma Cloud Code Security API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique integration identifier."
    },
    "name": {
      "type": "string",
      "description": "Integration name."
    },
    "type": {
      "type": "string",
      "description": "CI/CD platform type.",
      "enum": [
        "jenkins",
        "github_actions",
        "gitlab_ci",
        "circleci",
        "azure_pipelines",
        "bitbucket_pipelines",
        "other"
      ]
    },
    "repositoryId": {
      "type": "string",
      "description": "Repository this integration is associated with."
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether the integration is active."
    },
    "createdAt": {
      "type": "datetime"
    }
  }
}