dk.sdu.cloud.app.store.api.ApplicationParameter.LicenseServer

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

ApplicationParameter.LicenseServer

An input parameter which accepts a license

data class LicenseServer(
    val name: String?,
    val title: String?,
    val optional: Boolean?,
    val description: String?,
    val tagged: List<String>,
    val defaultValue: Any?,
    val type: String /* "license_server" */,
)

Compatible with: AppParameterValue.License

Properties

Last updated