GatewayCustomDomainPropertiesResponse

data class GatewayCustomDomainPropertiesResponse(val thumbprint: String? = null)

The properties of custom domain for Spring Cloud Gateway

Constructors

Link copied to clipboard
constructor(thumbprint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val thumbprint: String? = null

The thumbprint of bound certificate.