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

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.System.V1.AddInstanceRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  custom_domain: String.t(),
  default_language: String.t(),
  first_org_name: String.t(),
  instance_name: String.t(),
  owner_email: Zitadel.System.V1.AddInstanceRequest.Email.t() | nil,
  owner_password: Zitadel.System.V1.AddInstanceRequest.Password.t() | nil,
  owner_profile: Zitadel.System.V1.AddInstanceRequest.Profile.t() | nil,
  owner_user_name: String.t()
}

Link to this section Functions