Table of Contents

Class NetworkCameraWirelessProfileIdentity

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

The identity of the wireless profile. Required for creating wireless profiles in 8021x-radius auth mode.

[DataContract]
public class NetworkCameraWirelessProfileIdentity
Inheritance
NetworkCameraWirelessProfileIdentity
Inherited Members

Properties

Password

The password of the identity.

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

Property Value

string

Username

The username of the identity.

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

Property Value

string