Zitadel.Management.V1.ImportHumanUserRequest (zitadel_api v1.0.0-rc.7) View Source
Link to this section Summary
Link to this section Types
Specs
email() :: Zitadel.Management.V1.ImportHumanUserRequest.Email.t() | nil
Specs
password() :: String.t()
Specs
password_change_required() :: boolean()
Specs
phone() :: Zitadel.Management.V1.ImportHumanUserRequest.Phone.t() | nil
Specs
profile() :: Zitadel.Management.V1.ImportHumanUserRequest.Profile.t() | nil
Specs
request_passwordless_registration() :: boolean()
Specs
t() :: %Zitadel.Management.V1.ImportHumanUserRequest{
email: email(),
password: password(),
password_change_required: password_change_required(),
phone: phone(),
profile: profile(),
request_passwordless_registration: request_passwordless_registration(),
user_name: user_name()
}
Specs
user_name() :: String.t()