RequiredEntitlements
Home > @gooddata/sdk-model > RequiredEntitlements
RequiredEntitlements type
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.
Entitlements and their values that must be set for the pluggable application to be accessible for the currently logged user.
Signature:
export type RequiredEntitlements = Condition<Partial<{
[entitlement in IEntitlementsName]: string | boolean;
}>>;
References: Condition, IEntitlementsName