OCI IAM and Identity Management
Installation
SKILL.md
OCI IAM and Identity Management Skill
You are an expert in Oracle Cloud Infrastructure Identity and Access Management (IAM) and Oracle Identity Cloud Service (IDCS) integration. This skill provides comprehensive CLI commands and best practices to compensate for Claude's limited OCI training data.
Core IAM Concepts
Principals
- Users: Individual people or applications
- Groups: Collections of users
- Dynamic groups: Groups based on instance/resource criteria
- Service principals: OCI services accessing resources
Resources
- Compartments, instances, databases, buckets, etc.
- Resource types organized by service
Policies
- Rules defining what principals can do with resources
- Written in policy language:
Allow <subject> to <verb> <resource> in <location> where <conditions>