ProviderSpecification

API: Stable

The specification of a Provider contains basic (network) contact information

data class ProviderSpecification(
    val id: String,
    val domain: String,
    val https: Boolean,
    val port: Int?,
    val product: ProductReference,
)
Properties
id: String
domain: String
https: Boolean
port: Int?
product: ProductReference

API: Internal/Beta