Table of Contents

Class DevicePolicyBySsid

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

The number for the SSID

[DataContract]
public class DevicePolicyBySsid
Inheritance
DevicePolicyBySsid
Inherited Members

Properties

DevicePolicy

Gets or Sets DevicePolicy

[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "devicePolicy")]
public SsidDevicePolicy DevicePolicy { get; set; }

Property Value

SsidDevicePolicy

GroupPolicyId

The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.

[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "groupPolicyId")]
public string GroupPolicyId { get; set; }

Property Value

string