Permissions are the atomic units of authorization in OCI IAM. Instead of using a verb like use or manage, you can list exact permissions inside {} for surgical least-privilege access.
-- Syntax
Allow group <group> to {PERMISSION_ONE, PERMISSION_TWO} <resource-type> in <location>
-- Example
Allow group AppReaders to {VAULT_INSPECT, VAULT_READ} vaults in compartment Production