allowedStandardApplications
Home > @gooddata/sdk-model > IRemotePluggableApplicationsRegistryV1 > allowedStandardApplications
IRemotePluggableApplicationsRegistryV1.allowedStandardApplications property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The optional list of allowed standard applications.
The array of well-documented IDs of the standard applications that are deployed in the shell application by default. The property can be used to stabilize which of the standard applications will be available in the Application Header menu. When a new standard application is deployed in the shell application, it will not appear in the menu until it is added to the list of allowed standard applications.
Signature:
allowedStandardApplications?: string[];