IAM | Tigris Object Storage Documentation
Identity and Access Management
API Endpoints
- 📄️Get Access Key details
Returns detailed information about an access key, including attached IAM policies. - 📄️Rotate Access Key secret
Rotates the access key secret for a user. The old secret will be invalidated, and the new secret will be returned in the response. - 📄️Create a new Access Key
Creates a new access key for a user. The access key ID and secret will be returned in the response. - 📄️Update an Access Key
Updates the access key details like user role and bucket access permissions. - 📄️Delete an Access Key
Deletes an access key for a user. The access key will be invalidated and can't be used for further requests. - 📄️Create an IAM policy
Creates a new IAM policy with the given name and document. - 📄️List IAM policies
Lists all IAM policies in the organization. - 📄️Get an IAM policy
Returns the policy details including its document. - 📄️Update an IAM policy
Updates the document and/or description of an existing IAM policy. - 📄️Delete an IAM policy
Deletes an IAM policy. The policy is automatically detached from all access keys before deletion. - 📄️List all Access Keys
Lists all the access keys for a user in the organization account.