# Functions

No description provided by the author
HandleCreateRoleSuccessfully creates an HTTP handler at `/roles` on the test handler mux that tests role creation.
HandleDeleteRoleSuccessfully creates an HTTP handler at `/roles` on the test handler mux that tests role deletion.
HandleGetRoleSuccessfully creates an HTTP handler at `/roles` on the test handler mux that responds with a single role.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HandleListRoleAssignmentsSuccessfully creates an HTTP handler at `/role_assignments` on the test handler mux that responds with a list of two role assignments.
HandleListRoleAssignmentsSuccessfully creates an HTTP handler at `/role_assignments` on the test handler mux that responds with a list of two role assignments.
HandleListRolesSuccessfully creates an HTTP handler at `/roles` on the test handler mux that responds with a list of two roles.
No description provided by the author
HandleUpdateRoleSuccessfully creates an HTTP handler at `/roles` on the test handler mux that tests role update.

# Constants

CreateRequest provides the input to a Create request.
GetOutput provides a Get result.
ListAssignmentOutput provides a result of ListAssignment request.
ListAssignmentsOnResourceOutput provides a result of ListAssignmentsOnResource request.
ListAssignmentWithNamesOutput provides a result of ListAssignment request with IncludeNames option.
ListOutput provides a single page of Role results.
UpdateOutput provides an update result.
UpdateRequest provides the input to as Update request.

# Variables

ExpectedRoleAssignmentsSlice is the slice of role assignments expected to be returned from ListAssignmentOutput.
ExpectedRoleAssignmentsWithNamesSlice is the slice of role assignments expected to be returned from ListAssignmentWithNamesOutput.
ExpectedRolesOnResourceSlice is the slice of roles expected to be returned from ListAssignmentsOnResourceOutput.
ExpectedRolesSlice is the slice of roles expected to be returned from ListOutput.
FirstRole is the first role in the List request.
FirstRoleAssignment is the first role assignment in the List request.
RoleOnResource is the role in the ListAssignmentsOnResource request.
SecondRole is the second role in the List request.
SecondRoleAssignemnt is the second role assignemnt in the List request.
SecondRoleUpdated is how SecondRole should look after an Update.
ThirdRoleAssignment is the third role assignment that has entity names in the List request.