Table of Contents

Class SecureConnectTunnelClient

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

SecureConnectTunnelClient

[DataContract]
public class SecureConnectTunnelClient
Inheritance
SecureConnectTunnelClient
Inherited Members

Constructors

SecureConnectTunnelClient()

public SecureConnectTunnelClient()

Properties

Authentication

The authentication context of the client.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "authentication")]
public SecureConnectTunnelClientAuthentication? Authentication { get; set; }

Property Value

SecureConnectTunnelClientAuthentication

DeviceType

The type of device where the tunnel originates. The default value is other. enum = ["ASA", "FTD", "ISR", "Meraki MX", "Viptela cEdge", ...] Enum values list in the documentation does not appear to be exhaustive so this property is currenlty set to string.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "deviceType")]
public string DeviceType { get; set; }

Property Value

string