Class OrganizationsWirelessSsidsFirewallAllowListEntry
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
CreatedAt
Created at timestamp for the adaptive policy group
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "createdAt")]
public string CreatedAt { get; set; }
Property Value
Description
The description of mac address
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
EntryId
The id of entry
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "entryId")]
public string EntryId { get; set; }
Property Value
LastUpdatedAt
Updated at timestamp for the adaptive policy group
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lastUpdatedAt")]
public string LastUpdatedAt { get; set; }
Property Value
Network
The network that allowlist SSID belongs to
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationsWirelessSsidsFirewallAllowListEntryNetwork Network { get; set; }
Property Value
Ssid
The SSID that allowlist belongs to
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ssid")]
public OrganizationsWirelessSsidsFirewallAllowListEntrySsid Ssid { get; set; }