Table of Contents

Class SecureConnectTunnelPolicy

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

SecureConnectTunnelPolicy

[DataContract]
public class SecureConnectTunnelPolicy
Inheritance
SecureConnectTunnelPolicy
Inherited Members

Constructors

SecureConnectTunnelPolicy()

public SecureConnectTunnelPolicy()

Properties

CreatedAt

The date and time (timestamp) when the tunnel was created.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "createdAt")]
public DateTime CreatedAt { get; set; }

Property Value

DateTime

Id

The resource ID. Use the ID as reference for subsequent requests.

[ApiKey]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public int? Id { get; set; }

Property Value

int?

IsAppliedDirectly

True if the tunnel is applied directly to this policy, false if the policy is configured to use all tunnels.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isAppliedDirectly")]
public bool IsAppliedDirectly { get; set; }

Property Value

bool

IsDefault

Indicates whether the policy is the default policy.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isDefault")]
public bool IsDefault { get; set; }

Property Value

bool

ModifiedAt

The date and time (timestamp) that Umbrella updated the tag on the roaming computer. The timestamp is an ISO 8601 formatted string. For example: 2023-04-12T23:20:50.52Z.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "modifiedAt")]
public DateTime ModifiedAt { get; set; }

Property Value

DateTime

Name

The name of the policy.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

OrganizationId

The organization ID.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "organizationId")]
public int? OrganizationId { get; set; }

Property Value

int?

Priority

An integer that represents the position of the policy in the policy list.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "priority")]
public int Priority { get; set; }

Property Value

int

Type

The type of policy. enum = ["firewallrule", "web"]

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }

Property Value

string

Uri

Resource URI

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "uri")]
public string Uri { get; set; }

Property Value

string