Zitadel.Management.V1.ImportHumanUserRequest (zitadel_api v1.0.0-rc.5) View Source

Link to this section Summary

Link to this section Types

Specs

Specs

password() :: String.t()
Link to this type

password_change_required()

View Source

Specs

password_change_required() :: boolean()

Specs

Specs

Specs

t() :: %Zitadel.Management.V1.ImportHumanUserRequest{
  email: email(),
  password: password(),
  password_change_required: password_change_required(),
  phone: phone(),
  profile: profile(),
  user_name: user_name()
}

Specs

user_name() :: String.t()

Link to this section Functions