Type Alias SmartbearTunnel
SmartbearTunnel: {
acceptAllCerts: boolean;
active: boolean;
bypassPublicHosts: boolean;
createdAt: number;
domain: string;
externalId: string;
id: number;
proxyIp: string;
proxyPort: string;
state: string;
staticServerDirectory: string;
tunnelSource: string;
tunnelType: string;
user: string;
}
Type declaration
acceptAllCerts: boolean
active: boolean
bypassPublicHosts: boolean
createdAt: number
domain: string
externalId: string
id: number
proxyIp: string
proxyPort: string
state: string
staticServerDirectory: string
tunnelSource: string
tunnelType: string
user: string