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_role() [READ MORE]
This operation grants a role to a user.
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_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.