Table of Contents

Class AirMarshalSettings

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

Organization Air Marshal Settings

[DataContract]
public class AirMarshalSettings
Inheritance
AirMarshalSettings
Inherited Members

Properties

DefaultPolicy

Allows clients to access rogue networks. Blocked by default. Valid values are 'allow', 'block'

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "defaultPolicy")]
public string DefaultPolicy { get; set; }

Property Value

string

NetworkId

The network ID

[ApiForeignKey(typeof(Network))]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string