Hostname Configuration Response
data class HostnameConfigurationResponse(val certificate: CertificateInformationResponse? = null, val certificatePassword: String? = null, val defaultSslBinding: Boolean? = null, val encodedCertificate: String? = null, val hostName: String, val identityClientId: String? = null, val keyVaultId: String? = null, val negotiateClientCertificate: Boolean? = null, val type: String)
Custom hostname configuration.
Constructors
Link copied to clipboard
fun HostnameConfigurationResponse(certificate: CertificateInformationResponse? = null, certificatePassword: String? = null, defaultSslBinding: Boolean? = null, encodedCertificate: String? = null, hostName: String, identityClientId: String? = null, keyVaultId: String? = null, negotiateClientCertificate: Boolean? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to Proxy Hostname Type.
Link copied to clipboard