Type Alias TenantSettingsDefinition

type TenantSettingsDefinition = {
    createdAt: string;
    createdBy: string;
    crossRegionDataProcessing?: SetCrossRegionDataProcessingConfig;
    customizeNoAccess?: CustomizeNoAccess;
    id: string;
    preferredStartPage?:
        | StartPageConfigHub
        | StartPageConfigCreationHub
        | StartPageConfigQdi
        | StartPageConfigConsole;
    releaseCadence?: ReleaseCadenceConfig;
    tenantId: string;
    updatedAt: string;
    updatedBy?: string;
}
Index
createdAt: string
createdBy: string

userId of the user who created the settings

crossRegionDataProcessing?: SetCrossRegionDataProcessingConfig

Set to true to enable cross-region inference, false to disable.

customizeNoAccess?: CustomizeNoAccess
id: string
preferredStartPage?:
    | StartPageConfigHub
    | StartPageConfigCreationHub
    | StartPageConfigQdi
    | StartPageConfigConsole
releaseCadence?: ReleaseCadenceConfig

Set the release cadence

tenantId: string
updatedAt: string
updatedBy?: string

userId of the user who last modified the settings