View Source Zitadel.Management.V1.UpdateCustomLoginPolicyRequest (zitadel_api v1.0.0)
Link to this section Summary
Link to this section Types
@type t() :: %Zitadel.Management.V1.UpdateCustomLoginPolicyRequest{ __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() }