Class DevicePolicyBySsid
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
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; }