Table of Contents

Class NetworkCameraWirelessProfileCreateUpdateRequest

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

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

NetworkCameraWirelessProfileIdentity

Name

The name of the camera wireless profile.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Ssid

The details of the SSID config.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ssid")]
public NetworkCameraWirelessProfileSsid Ssid { get; set; }

Property Value

NetworkCameraWirelessProfileSsid