Resource Type: OCI > IAM
OCI Identity and Access Management (IAM) provides identity and access management services for Oracle Cloud Infrastructure. IAM enables you to control who has access to your cloud resources and what type of access they have. This includes managing users, groups, policies, and compartments.
Resource Types
The IAM service includes these resource types:
- API Key
- Auth Token
- Customer Secret Key
- DB Credential
- Dynamic Group
- Group
- OAuth Client Credential
- Policy
- SMTP Credential
- User
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/oci-iam#/resource/types/iam
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/oci-iam#/resource/types/iam"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/oci-iam#/resource/types/iam';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/oci-iam#/resource/types/iam"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/oci-iam#/resource/types/iam' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query