Expand description
HSM group CRUD operations and membership management.
Structs§
- GetGroup
Params - 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_nameis in the set this token can access.