SecureIotDeviceRemoteTunnel type

A remote tunnel securely established using IoT Hub device information.

type SecureIotDeviceRemoteTunnel = TunnelBase & {
  deviceId: string
  iotHubName: string
  type: "#Microsoft.VideoAnalyzer.SecureIotDeviceRemoteTunnel"
}