Assume an IAM role on Vultr to gain temporary elevated permissions. Create a time-bound session with the role's policies applied to your API access credentials.
Assume a Vultr IAM role using the AWS STS-compatible endpoint. Use existing AWS tooling and SDKs to obtain temporary credentials for Vultr cloud resources.
List all active assumed role sessions for a specific user in Vultr IAM. View session details including role, expiry time, and status through the IAM API.
Retrieve details of a specific assumed role session in Vultr IAM. View the session status, associated role, expiry time, and credentials through the IAM API.
Terminate an active assumed role session in Vultr IAM. Revoke temporary elevated permissions and end the session before its scheduled expiration timestamp.