dtz-identity 2.1.6

a generated client for the DTZ Identity API
Documentation
pub mod abstract_role;
pub use self::abstract_role::AbstractRole;
pub mod apikey_request;
pub use self::apikey_request::ApikeyRequest;
pub mod assume_identity_request;
pub use self::assume_identity_request::AssumeIdentityRequest;
pub mod auth_request;
pub use self::auth_request::AuthRequest;
pub mod change_authentication_request;
pub use self::change_authentication_request::ChangeAuthenticationRequest;
pub mod change_context_request;
pub use self::change_context_request::ChangeContextRequest;
pub mod check_identity_200_response;
pub use self::check_identity_200_response::CheckIdentity200Response;
pub mod check_identity_request;
pub use self::check_identity_request::CheckIdentityRequest;
pub mod context_role;
pub use self::context_role::ContextRole;
pub mod create_api_key_request;
pub use self::create_api_key_request::CreateApiKeyRequest;
pub mod create_concrete_role_for_context_request;
pub use self::create_concrete_role_for_context_request::CreateConcreteRoleForContextRequest;
pub mod error_response;
pub use self::error_response::ErrorResponse;
pub mod get_abstract_roles_200_response;
pub use self::get_abstract_roles_200_response::GetAbstractRoles200Response;
pub mod get_account_email_200_response;
pub use self::get_account_email_200_response::GetAccountEmail200Response;
pub mod get_account_stats_200_response;
pub use self::get_account_stats_200_response::GetAccountStats200Response;
pub mod get_account_stats_200_response_roles_inner;
pub use self::get_account_stats_200_response_roles_inner::GetAccountStats200ResponseRolesInner;
pub mod get_concrete_roles_for_context_200_response;
pub use self::get_concrete_roles_for_context_200_response::GetConcreteRolesForContext200Response;
pub mod get_concrete_roles_for_identity_200_response;
pub use self::get_concrete_roles_for_identity_200_response::GetConcreteRolesForIdentity200Response;
pub mod identity_role;
pub use self::identity_role::IdentityRole;
pub mod list_authentication_200_response;
pub use self::list_authentication_200_response::ListAuthentication200Response;
pub mod list_authentication_200_response_api_key_auth_inner;
pub use self::list_authentication_200_response_api_key_auth_inner::ListAuthentication200ResponseApiKeyAuthInner;
pub mod list_authentication_200_response_user_auth_inner;
pub use self::list_authentication_200_response_user_auth_inner::ListAuthentication200ResponseUserAuthInner;
pub mod list_available_contexts_200_response_inner;
pub use self::list_available_contexts_200_response_inner::ListAvailableContexts200ResponseInner;
pub mod list_identity_200_response;
pub use self::list_identity_200_response::ListIdentity200Response;
pub mod list_identity_200_response_identities_inner;
pub use self::list_identity_200_response_identities_inner::ListIdentity200ResponseIdentitiesInner;
pub mod new_context_request;
pub use self::new_context_request::NewContextRequest;
pub mod new_identity_request;
pub use self::new_identity_request::NewIdentityRequest;
pub mod oauth_code_response;
pub use self::oauth_code_response::OauthCodeResponse;
pub mod oauth_register_200_response;
pub use self::oauth_register_200_response::OauthRegister200Response;
pub mod oauth_register_request;
pub use self::oauth_register_request::OauthRegisterRequest;
pub mod role;
pub use self::role::Role;
pub mod role_assignment_entry;
pub use self::role_assignment_entry::RoleAssignmentEntry;
pub mod signup_request;
pub use self::signup_request::SignupRequest;
pub mod token_response;
pub use self::token_response::TokenResponse;
pub mod update_api_key_alias_request;
pub use self::update_api_key_alias_request::UpdateApiKeyAliasRequest;