Table of Contents

Class LocalRadius

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

The current setting for Local Authentication, a built-in RADIUS server on the access point. Only valid if authMode is '8021x-localradius'.

[DataContract]
public class LocalRadius
Inheritance
LocalRadius
Inherited Members

Properties

CacheTimeout

The duration (in seconds) for which LDAP and OCSP lookups are cached.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "cacheTimeout")]
public int CacheTimeout { get; set; }

Property Value

int

CertificateAuthentication

The current setting for certificate verification.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "certificateAuthentication")]
public CertificateAuthentication CertificateAuthentication { get; set; }

Property Value

CertificateAuthentication

PasswordAuthentication

The current setting for password-based authentication.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "passwordAuthentication")]
public PasswordAuthentication PasswordAuthentication { get; set; }

Property Value

PasswordAuthentication