TlsEndpoint type

TLS endpoint describes an endpoint that the pipeline can connect to over TLS transport (data is encrypted in transit).

type TlsEndpoint = EndpointBase & {
  trustedCertificates?: CertificateSourceUnion
  type: "#Microsoft.VideoAnalyzer.TlsEndpoint"
  validationOptions?: TlsValidationOptions
}