Table of Contents

Class SecureConnectDestinationList

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

SecureConnectDestinationList

[DataContract]
public class SecureConnectDestinationList
Inheritance
SecureConnectDestinationList
Inherited Members

Constructors

SecureConnectDestinationList()

public SecureConnectDestinationList()

Properties

Access

The type of access for the destination list. enum = ["allow", "block"]

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "access")]
public SecureConnectDestinationListAccess Access { get; set; }

Property Value

SecureConnectDestinationListAccess

BundleTypeId

The type of the destination list in the policy. Set 1 for DNS, 2 for web, and 4 for SAML Bypass. If the field is not specified, the default value is 1. default = 1, enum = [1, 2, 4]

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bundleTypeId")]
public SecureConnectDestinationListBundleType BundleTypeId { get; set; }

Property Value

SecureConnectDestinationListBundleType

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

Id

The unique ID of the destination list.

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

Property Value

int

IsGlobal

Specifies whether the destination list is a global destination list. There is only one default allow destination list and one default block destination list for an organization.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "isGlobal")]
public bool IsGlobal { get; set; }

Property Value

bool

IsMspDefault

Specifies whether MSP is the default.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "isMspDefault")]
public bool IsMspDefault { get; set; }

Property Value

bool

MarkedForDeletion

Specifies whether the destination list is marked for deletion.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "markedForDeletion")]
public bool MarkedForDeletion { get; set; }

Property Value

bool

Meta

The total number of each type of destination in the destination list. The fields in the meta object are optional.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "meta")]
public SecureConnectDestinationListMeta Meta { get; set; }

Property Value

SecureConnectDestinationListMeta

ModifiedAt

The date and time when the destination list was modified.

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

Property Value

DateTime

Name

The name of the destination list.

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

Property Value

string

OrganizationId

The organization ID.

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

Property Value

string

ThirdpartyCategoryId

The third-party category ID of the destination list.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "thirdpartyCategoryId")]
public int ThirdpartyCategoryId { get; set; }

Property Value

int