Oracle Cloud Platform Data Integration 2020 Specialist — Question 46

You are developing a serverless application with Oracle Functions and Oracle Cloud Infrastructure Object Storage. Your function needs to read a JSON file object from an Object Storage bucket named "input-bucket" in compartment "qa-compartment". Your corporate security standards mandate the use of Resource
Principals for this use case.
Which two statements are needed to implement this use case? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct answers, A and C, provide the necessary policies to grant read access to the specific Object Storage bucket for Resource Principals and all functions, respectively. Option B does not directly address access for the function to the bucket, while option D pertains to user access rather than Resource Principals. Option E is inaccurate as default permissions do not apply in this context due to the security requirements.