Skip to main content

Interface: WorkspaceAvailableDomain

Defined in: packages/sdk/src/types/generated/workspace.ts:476

Slim view of an OrgDomain for selection in workspace forms.

Intentionally smaller than OrgDomainResponse — workspace members don't need ownership tokens, DNS records, last-checked timestamps, etc. Just enough to populate a dropdown, pass the uuid back as a foreign reference (e.g. orgDomainUuid on inbox creation), and let the UI mark non-verified entries as disabled with a reason.

Properties

domain

domain: string

Defined in: packages/sdk/src/types/generated/workspace.ts:478


emailStatus?

optional emailStatus: string | null

Defined in: packages/sdk/src/types/generated/workspace.ts:480


ownershipStatus

ownershipStatus: string

Defined in: packages/sdk/src/types/generated/workspace.ts:479


siteStatus?

optional siteStatus: string | null

Defined in: packages/sdk/src/types/generated/workspace.ts:481


uuid

uuid: string

Defined in: packages/sdk/src/types/generated/workspace.ts:477