Tls Endpoint Response
data class TlsEndpointResponse(val credentials: UsernamePasswordCredentialsResponse, val trustedCertificates: PemCertificateListResponse? = null, val tunnel: SecureIotDeviceRemoteTunnelResponse? = null, val type: String, val url: String, val validationOptions: TlsValidationOptionsResponse? = null)
TLS endpoint describes an endpoint that the pipeline can connect to over TLS transport (data is encrypted in transit).
Constructors
Link copied to clipboard
fun TlsEndpointResponse(credentials: UsernamePasswordCredentialsResponse, trustedCertificates: PemCertificateListResponse? = null, tunnel: SecureIotDeviceRemoteTunnelResponse? = null, type: String, url: String, validationOptions: TlsValidationOptionsResponse? = null)