Valid 1z0-1093-25 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-1093-25 Exam! ExamDiscuss.com now offer the newest 1z0-1093-25 exam dumps, the ExamDiscuss.com 1z0-1093-25 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-1093-25 dumps with Test Engine here:
Within an IAM policy for Oracle NoSQL Database Cloud Service, what is the purpose of the "resource" element when defining table access permissions?
Correct Answer: B
B: Define specific NoSQL table permissions: * The"resource"element specifies which Oracle NoSQL tables the IAM policy will apply to. * It allows fine-grained access control by linking specific tables to permission statements. * This ensures that only authorized users or groups can perform operations on specified tables. Example IAM Policy Syntax: { "action": "nosql:table:read", "resource": "ocid1.nosqltable.oc1..exampleuniqueID", "effect": "allow" } Why the other options are incorrect: * A. Specify IAM group:Groups are defined in the"subject"element, not the "resource" element. * C. Geographical region:The region is usually part of theOCID(Oracle Cloud Identifier), not directly specified in the resource element. * D. Set expiration date:Expiry is not defined within the "resource" element.