View Source Zitadel.System.V1.AddInstanceRequest.Profile (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.System.V1.AddInstanceRequest.Profile{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  first_name: String.t(),
  last_name: String.t(),
  preferred_language: String.t()
}

Link to this section Functions