AFDDomain Https Parameters Response
data class AFDDomainHttpsParametersResponse(val certificateType: String, val minimumTlsVersion: String? = null, val secret: ResourceReferenceResponse? = null)
The JSON object that contains the properties to secure a domain.
Constructors
Link copied to clipboard
constructor(certificateType: String, minimumTlsVersion: String? = null, secret: ResourceReferenceResponse? = null)