default-subscriptions/default-subscriptions.model.ts
The interface for default subscriptions configuration.
Properties |
onCreationSubscriptions |
onCreationSubscriptions:
|
Type : PartialAppsList
|
The list of applications subscribed to new tenants on creation. |
onUpgradeSubscriptions |
onUpgradeSubscriptions:
|
Type : PartialAppsList
|
The list of applications subscribed to existing tenants on platform upgrade. |
overrideOnCreationSubscriptions |
overrideOnCreationSubscriptions:
|
Type : boolean
|
Optional |
Whether the list of on tenant creation subscriptions is overridden in the current tenant. Won't be defined for inherited configuration. |
overrideOnUpgradeSubscriptions |
overrideOnUpgradeSubscriptions:
|
Type : boolean
|
Optional |
Whether the list of on platform upgrade subscriptions is overridden in the current tenant. Won't be defined for inherited configuration. |