Structs§
- Group
- Group represents a referenceable set of Users
- Identity
- Identity records a successful authentication of a user with an identity provider. The information about the source of authentication is stored on the identity, and the identity is then associated with a single user object. Multiple identities can reference a single user. Information retrieved from the authentication provider is stored in the extra field using a schema determined by the provider.
- Read
Group Optional - Optional parameters of
Group::read_group
- Read
Identity Optional - Optional parameters of
Identity::read_identity
- Read
User Identity Mapping Optional - Optional parameters of
UserIdentityMapping::read_user_identity_mapping
- Read
User Optional - Optional parameters of
User::read_user
- User
- Upon log in, every user of the system receives a User and Identity resource. Administrators may directly manipulate the attributes of the users for their own tracking, or set groups via the API. The user name is unique and is chosen based on the value provided by the identity provider - if a user already exists with the incoming name, the user name may have a number appended to it depending on the configuration of the system.
- User
Identity Mapping - UserIdentityMapping maps a user to an identity
Enums§
- Read
Group Response - Use
<ReadGroupResponse as Response>::try_from_parts
to parse the HTTP response body ofGroup::read_group
- Read
Identity Response - Use
<ReadIdentityResponse as Response>::try_from_parts
to parse the HTTP response body ofIdentity::read_identity
- Read
User Identity Mapping Response - Use
<ReadUserIdentityMappingResponse as Response>::try_from_parts
to parse the HTTP response body ofUserIdentityMapping::read_user_identity_mapping
- Read
User Response - Use
<ReadUserResponse as Response>::try_from_parts
to parse the HTTP response body ofUser::read_user