Module iam_roles_api

Source

Structs§

AddRolePermissionsParams
struct for passing parameters to the method add_role_permissions
CreateARoleParams
struct for passing parameters to the method create_a_role
DeleteARoleParams
struct for passing parameters to the method delete_a_role
GetARoleParams
struct for passing parameters to the method get_a_role
ListRolePermissionsParams
struct for passing parameters to the method list_role_permissions
ListRolesParams
struct for passing parameters to the method list_roles
RemoveRolePermissionsParams
struct for passing parameters to the method remove_role_permissions
UpdateARoleParams
struct for passing parameters to the method update_a_role

Enums§

AddRolePermissionsError
struct for typed errors of method add_role_permissions
CreateARoleError
struct for typed errors of method create_a_role
DeleteARoleError
struct for typed errors of method delete_a_role
GetARoleError
struct for typed errors of method get_a_role
ListRolePermissionsError
struct for typed errors of method list_role_permissions
ListRolesError
struct for typed errors of method list_roles
RemoveRolePermissionsError
struct for typed errors of method remove_role_permissions
UpdateARoleError
struct for typed errors of method update_a_role

Functions§

add_role_permissions
Add permissions to a role.
create_a_role
Create a role.
delete_a_role
Delete a role.
get_a_role
Get a role.
list_role_permissions
List all permissions in a role.
list_roles
List all roles.
remove_role_permissions
Remove permissions from a role.
update_a_role
Update a role.