KeenAuthPermissions.Providers.GroupsProvider (keen_auth_permissions v0.1.1)
Summary
Functions
Link to this function
add_group_member(user, group_id, target_user_id, tenant_id)
Link to this function
create_group(user, title, is_assignable, is_active, is_external, is_default, tenant_id)
Link to this function
create_user_group_mapping(user, user_group_id, provider_code, mapped_object_id, mapped_object_name, mapped_role, tenant_id)
Link to this function
db_context()
Link to this function
delete_group(user, group_id, tenant_id)
Link to this function
delete_user_group_mapping(user, user_group_mapping_id, tenant_id)
Link to this function
disable_group(user, group_id, tenant_id)
Link to this function
enable_group(user, group_id, tenant_id)
Link to this function
get_assigned_permissions(user, group_id, tenant_id)
Link to this function
get_group_members(user, group_id, tenant_id)
Link to this function
get_groups(user, tenant_id)
Link to this function
get_user_group_mapping(user, group_id, tenant_id)
Link to this function
group_info(user, group_id, tenant_id)
Link to this function
lock_group(user, group_id, tenant_id)
Link to this function
remove_group_member(user, group_id, target_user_id, tenant_id)
Link to this function