Oracle Cloud Infrastructure (OCI) has a service called Identity and Access Management (IAM). This service controls who can use your cloud resources and what they are allowed to do. It is also called role-based access control.

Two Main Jobs of IAM

IAM has two main jobs

Think of it like this: authentication answers “Who are you?” and authorization answers “What can you do?”

Key Parts of IAM

Some important parts of IAM are

How it works

Resources and OCIDs

Every resource in OCI—like a compute instance, storage, database, or network—has a unique ID called an Oracle Cloud ID (OCID).

OCI creates this automatically. An OCID looks like this

ocid1.<resource_type>.<realm>.<region>.<unique_ID>

OCIDs are mostly used when working with CLI or SDK. You usually don’t need them in the web console.

Summary

OCI IAM helps keep your cloud safe and secure. Remember:

By using identity domains, users, groups, policies, and compartments, you can control access to resources in a simple and secure way.

OCI IAM makes sure the right people can access the right resources while keeping your cloud environment safe.