1Z0-1072-26 Identity And Access Management Practice Question
You need to write a policy allowing a dynamic group named 'AppInstances' to read objects in an Object Storage bucket, but ONLY if the bucket is tagged with a defined tag namespace 'Operations' and key 'Environment' set to 'Production'. What policy syntax achieves this?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Allow dynamic-group AppInstances to read objects in tenancy where target.tag.Operations.Environment = 'Production'
Policies can enforce tag-based access control using the target.tag variable to check if a resource possesses a specific defined tag.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Allow dynamic-group AppInstances to read objects in compartment Production where target.tag.Operations.Environment = 'true'
Why it's wrong here
The value being evaluated is 'Production', not a boolean, and targeting a compartment named 'Production' may not match the resource tag condition.
- ✓
Allow dynamic-group AppInstances to read objects in tenancy where target.tag.Operations.Environment = 'Production'
Why this is correct
This policy correctly uses target.tag.<namespace>.<key> to restrict the read permission to buckets bearing the specified defined tag.
- ✗
Allow dynamic-group AppInstances to read objects in tenancy where request.tag.Operations.Environment = 'Production'
Why it's wrong here
request.tag evaluates tags on the request context, whereas target.tag evaluates tags on the target resource being accessed.
- ✗
Allow dynamic-group AppInstances to read buckets in tenancy where bucket.tag.Operations.Environment = 'Production'
Why it's wrong here
bucket.tag is not a valid variable syntax; target.tag must be used for resource-based tag evaluations.
About these practice questions
Courseiva writes every 1Z0-1072-26 question from scratch — 521 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Oracle exam blueprint
This 1Z0-1072-26 practice question is part of Courseiva's free Oracle certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 1Z0-1072-26 exam.