Table of Contents

Class OrganizationsWirelessSsidsFirewallAllowListEntrySsid

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

The SSID that allowlist belongs to

[DataContract]
public class OrganizationsWirelessSsidsFirewallAllowListEntrySsid
Inheritance
OrganizationsWirelessSsidsFirewallAllowListEntrySsid
Inherited Members

Constructors

OrganizationsWirelessSsidsFirewallAllowListEntrySsid()

public OrganizationsWirelessSsidsFirewallAllowListEntrySsid()

Properties

Id

The index of SSID

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

Property Value

string

Name

The name of SSID

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

Property Value

string

Number

The number of SSID

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

Property Value

int