View Source Zitadel.Management.V1.SetCustomInitMessageTextRequest (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Management.V1.SetCustomInitMessageTextRequest{
  __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