Type alias Tunnel

Tunnel: {
    opened_by?: string;
    opened_date?: string;
    timeout?: number;
    uuid?: string;
}

Type declaration

  • Optional opened_by?: string

    ID of the user who opened the tunnel

  • Optional opened_date?: string

    UTC datetime the tunnel was opened

  • Optional timeout?: number

    Timeout in seconds for this tunnel

  • Optional uuid?: string

    UUID of the IoT tunnel