Tls Validation Options Response
    data class TlsValidationOptionsResponse(val ignoreHostname: String? = null, val ignoreSignature: String? = null)
Options for controlling the validation of TLS endpoints.
Options for controlling the validation of TLS endpoints.