View Source Zitadel.Admin.V1.UpdateLoginPolicyRequest (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Admin.V1.UpdateLoginPolicyRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  allow_external_idp: boolean(),
  allow_register: boolean(),
  allow_username_password: boolean(),
  default_redirect_uri: String.t(),
  force_mfa: boolean(),
  hide_password_reset: boolean(),
  ignore_unknown_usernames: boolean(),
  passwordless_type: Zitadel.Policy.V1.PasswordlessType.t()
}

Link to this section Functions