Oracle Cloud Infrastructure 2021 Architect Associate — Question 3
You want to limit access for a specific database admin group named ADB-Admin to only manage backups of Autonomous Data Warehouse.
Which policy statement should you create to meet this requirement?
Answer options
- A. Allow group ADB-Admin to manage autonomous-backup in tenancy
- B. Allow group ADB-Admin to manage autonomous-backup in tenancy where target.workloadType = ‘AJD’
- C. Allow group ADB-Admin to manage autonomous-backup in tenancy where target.workloadType = ‘DW’
- D. Allow group ADB-Admin to manage autonomous-database in tenancy where target.workloadType = ‘DW’
Correct answer: A
Explanation
The correct answer is A because it grants the ADB-Admin group permission to manage backups without any additional conditions. Option B and C incorrectly specify workload types that are not necessary for managing backups, while option D allows management of autonomous-database instead of autonomous-backup, which does not meet the requirement.