DistributionTenantParameter

data class DistributionTenantParameter(val name: String? = null, val value: String? = null)

A list of parameter values to add to the resource. A parameter is specified as a key-value pair. A valid parameter value must exist for any parameter that is marked as required in the multi-tenant distribution.

Constructors

Link copied to clipboard
constructor(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The parameter name.

Link copied to clipboard
val value: String? = null

The parameter value.