Check Point Certified Security Expert (CCSE) R81 — Question 320
How can you grant GAiA API Permissions for a newly created user?
Answer options
- A. Assign the user a permission profile in SmartConsole
- B. Assign the user the admin RBAC role in clish
- C. No need to grant access since every user has access by default.
- D. In bash, use the following command: “gaia_api access --user Tom --enable true”
Correct answer: D
Explanation
The correct answer is D because it specifically utilizes the command line interface to enable API access for the user. Option A and B suggest methods that do not directly relate to GAiA API Permissions, and option C is incorrect since not all users have access by default.