For CCSM users, we would like to display a warning when it is being used in trial mode. For the UI to be able to do this, we need to expose this via the UI configuration. We should therefore add this property to our configuration file.
Platform: always in enterprise mode (assuming there is a license, although the license check might be enough already)
CCSaaS: always in enterprise mode
CCSM: Read value from configuration
API:
isEnterpriseMode: true // or false
ATs:
- Configuration option added to file
- Correct value returned via UI configuration endpoint
- REST API docs updated