AppParameterValue.License
¶
A reference to a software license, registered locally at the provider
data class License(
val id: String,
val type: String /* "license_server" */,
)
Compatible with:
ApplicationParameter.LicenseServer
Mountable as a resource: ❌ No
Expands to:
${license.address}:${license.port}/${license.key}
or${license.address}:${license.port}
if no key is providedSide effects: None