Expand description
Schema mapping functionality for converting between SCIM and implementation formats.
This module provides traits and implementations for mapping between SCIM schema representations and backend implementation schemas, such as database column mappings.
Structs§
- Database
Mapper - Database schema mapper for converting between SCIM and database formats
Traits§
- Schema
Mapper - Trait for mapping between SCIM schema and implementation schema (e.g., database)