nerdexam
Palo_Alto_Networks

PCCSE · Question #58

Which method should be used to authenticate to Prisma Cloud Enterprise programmatically?

The correct answer is B. access key. Prisma Cloud Enterprise uses access keys for programmatic API authentication. An administrator generates an access key (Access Key ID + Secret Key) from the user profile settings; these credentials are then exchanged via the /login API endpoint for a JWT token used in subsequent

Prisma Cloud Platform

Question

Which method should be used to authenticate to Prisma Cloud Enterprise programmatically?

Options

  • ASAML
  • Baccess key
  • Cbasic authentication
  • Dsingle sign-on

How the community answered

(22 responses)
  • B
    95% (21)
  • C
    5% (1)

Explanation

Prisma Cloud Enterprise uses access keys for programmatic API authentication. An administrator generates an access key (Access Key ID + Secret Key) from the user profile settings; these credentials are then exchanged via the /login API endpoint for a JWT token used in subsequent API calls. SAML (A) and SSO (D) are interactive, browser-based authentication flows designed for human users, not API clients. Basic authentication (C) with username/password is not supported for the Prisma Cloud REST API.

Topics

#Prisma Cloud Authentication#Programmatic Access#API Security#Access Keys

Community Discussion

No community discussion yet for this question.

Full PCCSE Practice