Zitadel.Admin.V1.SetUpOrgRequest (zitadel_api v1.0.0-rc.4) View Source

Link to this section Summary

Types

oneof field for the user managing the organisation

t()

Link to this section Types

Specs

human() :: Zitadel.Admin.V1.SetUpOrgRequest.Human.t() | nil

oneof field for the user managing the organisation

Specs

org() :: Zitadel.Admin.V1.SetUpOrgRequest.Org.t() | nil

Specs

t() :: %Zitadel.Admin.V1.SetUpOrgRequest{org: org(), user: user()}

Specs

user() :: {:human, human()} | nil

Link to this section Functions