Courseiva
Governance And AdministrationhardMultiple ChoiceObjective-mapped

1Z0-1085-26 Governance And Administration Practice Question

You need to write an IAM policy that allows a group named 'NetworkAdmins' to manage all VCN components, but you want to ensure that this policy is only applicable when evaluated from the home region of the tenancy. How can you accomplish this using policy 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

Use the condition 'where request.region = <home-region>'

OCI IAM policy conditions support checking contextual variables such as request.region, enabling regional scoping.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use the condition 'where request.region = <home-region>'

    Why this is correct

    The 'request.region' variable checks the region where the API request is being executed.

  • IAM policies cannot be restricted by region; they always apply globally.

    Why it's wrong here

    IAM policies can be conditioned using request variables like request.region and request.ip.

  • Use the condition 'where target.region.home = true'

    Why it's wrong here

    Target region variables in OCI do not support a '.home' property suffix.

  • Use the condition 'where principal.region = home'

    Why it's wrong here

    Principal region syntax is incorrect; context variables use the 'request.' prefix for request-time evaluations.

About these practice questions

This 1Z0-1085-26 question is part of Courseiva's 378-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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-1085-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-1085-26 exam.