ProductCapabilityDTO
Description
Model to describe Product Capability information.
Optional Parameters
- deploymentMode
-
-
type: string
-
description: Deployment mode, affects hiding / showing multiple UI views, options
-
enum: ['HYBRID_SAAS', 'SERVER', 'SAAS_TRIAL', 'CLOUDABILITY_PREMIUM']
-
- searchApiEnabled
-
-
type: boolean
-
description: Controls use of new search api
-
- parkingEnabled
-
-
type: boolean
-
description: Controls hiding/showing parking related pages in UI
-
- frontEndTelemetryEnabled
-
-
type: boolean
-
description: Controls enabling/disabling front end telemetry in UI
-
- jdbcHttpSessionEnabled
-
-
type: boolean
-
description: Controls use of JDBC persistent HTTP Session
-
- saasReportingEnabled
-
-
type: boolean
-
description: Controls hiding/showing SaaS reports page in UI
-
- trialExpirationTime
-
-
type: string
-
description: [BETA]: When the user's trial expires in ISO 8601 Format. For SAAS_TRIAL deploymentMode
-
- featureFlags
-
-
type: object
-
description: [BETA]: A map of feature flags. DISCLAIMER: Do not rely on these for scripting, can be removed at any time.
-
additionalProperties: {'type': 'boolean'}
-
- reportingEnabled
-
-
type: boolean
-