Table of Contents

Class SecureConnectDestination

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

SecureConnectDestination

[DataContract]
public class SecureConnectDestination
Inheritance
SecureConnectDestination
Inherited Members

Constructors

SecureConnectDestination()

public SecureConnectDestination()

Properties

Comment

The comment about the destination.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "comment")]
public string? Comment { get; set; }

Property Value

string

CreatedAt

The date and time when the destination list was created.

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

Property Value

DateTime

Destination

A domain, URL, or IP.

[ApiKey]
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "destination")]
public string Destination { get; set; }

Property Value

string

Id

The unique ID of the destination.

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

Property Value

string

Type

The type of the destination. enum = ["domain", "url", "ipv4"]

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

Property Value

SecureConnectDestinationListDestinationType