Prisma Cloud · Authentication Profile

Prisma Cloud Authentication

Authentication

Prisma Cloud secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Cloud NativeCloud SecurityComplianceContainersCSPMSecurity
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

redlockAuth apiKey
· in: header (x-redlock-auth)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/prisma-cloud-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: redlockAuth
  type: apiKey
  in: header
  parameter: x-redlock-auth
  description: |-
    JWT obtained from POST /login. Tokens are valid for 10 minutes and can be
    refreshed via GET /auth_token/extend.
  sources:
  - openapi/prisma-cloud-openapi.yml