# Packages
roles unit tests.
# Functions
AddUser is the operation responsible for assigning a particular role to a user.
DeleteUser is the operation responsible for deleting a particular role from a user.
ExtractRoles returns a slice of roles contained in a single page of results.
List is the operation responsible for listing all available global roles that a user can adopt.
# Structs
Role represents an API role resource.
RolePage is a single page of a user Role collection.
UserRoleResult represents the result of either an AddUserRole or a DeleteUserRole operation.