1Z0-1072-26 Identity And Access Management Practice Question
You are designing a security policy where a dynamic group named 'BatchProcessors' must be allowed to read and write objects in an Object Storage bucket, but ONLY if the request comes from an instance whose tags match a defined tag. However, your policy syntax validation fails when you submit it. Which rule structure is valid for combining resource permissions with tag conditions?
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 BatchProcessors to manage objects in tenancy where target.tag.Project.Name = 'Analytics'
OCI IAM policy conditions are appended using the 'where' keyword followed by variable evaluations like target.tag or request.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 BatchProcessors to manage objects in tenancy CONDITION tag.Project.Name = 'Analytics'
Why it's wrong here
The keyword 'CONDITION' is invalid; 'where' is the mandatory keyword for conditional policy clauses.
- ✓
Allow dynamic-group BatchProcessors to manage objects in tenancy where target.tag.Project.Name = 'Analytics'
Why this is correct
This policy correctly combines the principal, verb, resource type, scope, and a valid target tag condition using the 'where' keyword.
- ✗
Allow dynamic-group BatchProcessors to manage objects in tenancy IF target.tag.Project.Name == 'Analytics'
Why it's wrong here
The keyword 'IF' and double equals '==' are invalid in OCI IAM policy syntax.
- ✗
Allow dynamic-group BatchProcessors to manage objects in tenancy WITH tag Project.Name = 'Analytics'
Why it's wrong here
The keyword 'WITH' is invalid in OCI policy syntax; 'where' must be used.
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.