Table of Contents

Class OrganizationsWirelessSsidsFirewallAllowListEntry

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

L2 isolation allowlist item

[DataContract]
public class OrganizationsWirelessSsidsFirewallAllowListEntry
Inheritance
OrganizationsWirelessSsidsFirewallAllowListEntry
Inherited Members

Constructors

OrganizationsWirelessSsidsFirewallAllowListEntry()

public OrganizationsWirelessSsidsFirewallAllowListEntry()

Properties

Client

The client of allowlist

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "client")]
public OrganizationsWirelessSsidsFirewallAllowListEntryClient Client { get; set; }

Property Value

OrganizationsWirelessSsidsFirewallAllowListEntryClient

CreatedAt

Created at timestamp for the adaptive policy group

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

Property Value

string

Description

The description of mac address

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

Property Value

string

EntryId

The id of entry

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

Property Value

string

LastUpdatedAt

Updated at timestamp for the adaptive policy group

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

Property Value

string

Network

The network that allowlist SSID belongs to

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationsWirelessSsidsFirewallAllowListEntryNetwork Network { get; set; }

Property Value

OrganizationsWirelessSsidsFirewallAllowListEntryNetwork

Ssid

The SSID that allowlist belongs to

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ssid")]
public OrganizationsWirelessSsidsFirewallAllowListEntrySsid Ssid { get; set; }

Property Value

OrganizationsWirelessSsidsFirewallAllowListEntrySsid