CrowdStrike Certified Falcon Administrator (CCFA) — Question 30
When creating an API client, which of the following must be saved immediately since it cannot be viewed again after the client is created?
Answer options
- A. Base URL
- B. Secret
- C. Client ID
- D. Client name
Correct answer: B
Explanation
The correct answer is B, Secret, as it is typically generated only once during the client creation process and cannot be retrieved afterward. The other options, such as Base URL, Client ID, and Client name, can usually be accessed or regenerated later if needed.