wami 0.10.0

Who Am I - Multicloud Identity, IAM, STS, and SSO operations library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Identity Sub-Trait Implementations
//!
//! Implements all identity-related stores for InMemoryWamiStore.

pub mod group;
pub mod identity_provider;
pub mod role;
pub mod service_linked_role;
pub mod user;

#[cfg(test)]
mod tests;