Type Alias: CloudConfigurationResponse
type CloudConfigurationResponse = object;
Configuration for SaaS/cloud-specific settings.
Properties
clusterId
clusterId: string | null;
The SaaS cluster ID, if applicable.
mixpanelAPIHost
mixpanelAPIHost: string | null;
The Mixpanel API host URL.
mixpanelToken
mixpanelToken: string | null;
The Mixpanel analytics token for the cloud UI.
organizationId
organizationId: string | null;
The SaaS organization ID, if applicable.
stage
stage: CloudStage | null;
The cloud deployment stage.