UnsecuredEndpoint type

Unsecured endpoint describes an endpoint that the pipeline can connect to over clear transport (no encryption in transit).

type UnsecuredEndpoint = EndpointBase & {
  type: "#Microsoft.VideoAnalyzer.UnsecuredEndpoint"
}