Module group

Module group 

Source
Expand description

HSM group CRUD operations and membership management.

Structs§

GetGroupParams
Typed parameters for fetching HSM groups.

Functions§

add_nodes_to_group
Resolve hosts expression, validate target group exists, and add nodes to the HSM group.
create_group
Create an HSM group via the backend.
delete_group
Delete an HSM group by label.
get_all_groups
Return every HSM group in the system, regardless of access.
get_available_group_names
Return the list of HSM group names this token can access.
get_groups
Fetch HSM groups from the backend.
validate_group_deletion
Validate that deleting a group will not orphan any nodes.
validate_hsm_group_access
Validate that group_name is in the set this token can access.