Table of Contents

Class PasswordAuthentication

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

The current setting for password-based authentication.

[DataContract]
public class PasswordAuthentication
Inheritance
PasswordAuthentication
Inherited Members

Properties

Enabled

Whether or not to use EAP-TTLS/PAP or PEAP-GTC password-based authentication via LDAP lookup.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool