### Grant Access to a Specific User with a Condition Source: https://docs.oracle.com/en-us/iaas/Content/Identity/Concepts/policygetstarted.htm#Getting_Started_with_Policies Use a condition to restrict policy access to a particular user by specifying their OCID. This is an alternative to granting broad access to groups. ```HCL allow any-group to read object-family in compartment ObjectStorage where request.user.id ='ocid1.user.oc1..' ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.