vaultrs/
identity.rs

1//! Identity secrets engine
2//!
3//! The Identity secrets engine is the identity management solution for Vault.
4
5pub mod entity;
6pub mod entity_alias;
7pub mod group;
8pub mod group_alias;