Class NetworkCameraWirelessProfileCreateUpdateRequest
Network wireless profiles
[DataContract]
public class NetworkCameraWirelessProfileCreateUpdateRequest
- Inheritance
-
NetworkCameraWirelessProfileCreateUpdateRequest
- Derived
- Inherited Members
Properties
Identity
The identity of the wireless profile. Required for creating wireless profiles in 8021x-radius auth mode.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "identity")]
public NetworkCameraWirelessProfileIdentity Identity { get; set; }
Property Value
Name
The name of the camera wireless profile.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Ssid
The details of the SSID config.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ssid")]
public NetworkCameraWirelessProfileSsid Ssid { get; set; }