Module iam_user_groups_api

Source

Structs§

AddUserGroupMembersParams
struct for passing parameters to the method add_user_group_members
AddUserGroupRolesParams
struct for passing parameters to the method add_user_group_roles
AddUserGroupServiceGroupsParams
struct for passing parameters to the method add_user_group_service_groups
CreateAUserGroupParams
struct for passing parameters to the method create_a_user_group
DeleteAUserGroupParams
struct for passing parameters to the method delete_a_user_group
GetAUserGroupParams
struct for passing parameters to the method get_a_user_group
ListUserGroupMembersParams
struct for passing parameters to the method list_user_group_members
ListUserGroupRolesParams
struct for passing parameters to the method list_user_group_roles
ListUserGroupServiceGroupsParams
struct for passing parameters to the method list_user_group_service_groups
ListUserGroupsParams
struct for passing parameters to the method list_user_groups
RemoveUserGroupMembersParams
struct for passing parameters to the method remove_user_group_members
RemoveUserGroupRolesParams
struct for passing parameters to the method remove_user_group_roles
RemoveUserGroupServiceGroupsParams
struct for passing parameters to the method remove_user_group_service_groups
UpdateAUserGroupParams
struct for passing parameters to the method update_a_user_group

Enums§

AddUserGroupMembersError
struct for typed errors of method add_user_group_members
AddUserGroupRolesError
struct for typed errors of method add_user_group_roles
AddUserGroupServiceGroupsError
struct for typed errors of method add_user_group_service_groups
CreateAUserGroupError
struct for typed errors of method create_a_user_group
DeleteAUserGroupError
struct for typed errors of method delete_a_user_group
GetAUserGroupError
struct for typed errors of method get_a_user_group
ListUserGroupMembersError
struct for typed errors of method list_user_group_members
ListUserGroupRolesError
struct for typed errors of method list_user_group_roles
ListUserGroupServiceGroupsError
struct for typed errors of method list_user_group_service_groups
ListUserGroupsError
struct for typed errors of method list_user_groups
RemoveUserGroupMembersError
struct for typed errors of method remove_user_group_members
RemoveUserGroupRolesError
struct for typed errors of method remove_user_group_roles
RemoveUserGroupServiceGroupsError
struct for typed errors of method remove_user_group_service_groups
UpdateAUserGroupError
struct for typed errors of method update_a_user_group

Functions§

add_user_group_members
Add members to a user group.
add_user_group_roles
Add roles to a user group.
add_user_group_service_groups
Add service groups to a user group.
create_a_user_group
Create a user group.
delete_a_user_group
Delete a user group.
get_a_user_group
Get a user group.
list_user_group_members
List members of a user group.
list_user_group_roles
List roles in a user group.
list_user_group_service_groups
List service groups in a user group.
list_user_groups
List all user groups.
remove_user_group_members
Remove members of a user group
remove_user_group_roles
Remove roles from a user group.
remove_user_group_service_groups
Remove service groups from a user group.
update_a_user_group
Update a user group.