Authentication
Methods related to implement role-based access control to your resources.
create_role() [READ MORE]
This operation creates a custom role.
create_user() [READ MORE]
This operation creates a user.
describe_role() [READ MORE]
This operation describes a specific role.
describe_user() [READ MORE]
This operation describes a specific user.
drop_role() [READ MORE]
This operation drops a custom role.
drop_user() [READ MORE]
This operation drops a user.
grant_privilege() [READ MORE]
This operation assigns a privilege to a role.
grant_privilege_v2() [READ MORE]
This operation grants the specified privilege or privilege group to the specified role.
grant_role() [READ MORE]
This operation grants a role to a user.
list_privilege_groups() [READ MORE]
This operation lists all existing privilege groups.
list_roles() [READ MORE]
This operation lists all custom roles.
list_users() [READ MORE]
This operation lists the names of all existing users.
revoke_privileges() [READ MORE]
This operation revokes a privilege already assigned to a role.
revoke_privilege_v2() [READ MORE]
This operation revokes the specified privilege or privilege group from the specified role.
revoke_role() [READ MORE]
This operation revokes the role assigned to a user.
update_password() [READ MORE]
This operation updates the password of a specific user.