Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam XSIAM-Engineer Topic 2 Question 245 Discussion

Actual exam question for Palo Alto Networks's XSIAM-Engineer exam
Question #: 245
Topic #: 2
An XSIAM Playbook is designed to interact with a custom-built internal application via its REST API for asset management. The API requires a Bearer token, which is obtained by authenticating against an OAuth 2.0 endpoint every 60 minutes. The Playbook needs to store this token securely and refresh it as needed for subsequent API calls. Which XSIAM features are best suited for managing this authentication mechanism within the Playbook workflow? (Select all that apply)

Suggested Answer: B,C,D Vote an answer

To manage this, you'd use a 'Generic API Call' (C) to request the OAuth tokem Once received, the 'Store Data' task (B) is crucial for securely persisting the token in the XSIAM Key-Value Store, which is designed for storing sensitive and persistent data across playbook runs or for later retrieval. SubsequentAPI calls would then use a 'Fetch Data' task (D) to retrieve the current token from the Key-Value Store. Storing it in a custom incident field (A) is not suitable for persistence across different incidents or for long-term secure storage, and simply using an incident field (E) doesn't address secure storage or refresh logic. The Key-Value Store is the intended secure storage mechanism for such dynamic credentials.

by Ida at Mar 08, 2026, 07:39 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.