View Source Zitadel.Management.V1.SetCustomPasswordlessRegistrationMessageTextRequest (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() ::
  %Zitadel.Management.V1.SetCustomPasswordlessRegistrationMessageTextRequest{
    __unknown_fields__: [
      {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
       value :: term()}
    ],
    button_text: String.t(),
    footer_text: String.t(),
    greeting: String.t(),
    language: String.t(),
    pre_header: String.t(),
    subject: String.t(),
    text: String.t(),
    title: String.t()
  }

Link to this section Functions