Type Alias: DeploymentConfigurationResponse
type DeploymentConfigurationResponse = object;
Configuration for deployment characteristics.
Properties
contextPath
contextPath: string;
The servlet context path for the deployment.
isEnterprise
isEnterprise: boolean;
Whether this is an enterprise deployment.
isMultiTenancyEnabled
isMultiTenancyEnabled: boolean;
Whether multi-tenancy is enabled.
maxRequestSize
maxRequestSize: number;
The maximum HTTP request size in bytes.