Table of Contents

Class NaiRealm

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

Nai realms

public class NaiRealm
Inheritance
NaiRealm
Inherited Members

Properties

Format

The format for the realm ('1' or '0')

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

Property Value

int

Methods

Methods

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "methods")]
public List<EapMethod> Methods { get; set; }

Property Value

List<EapMethod>

Realm

The name of the realm

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "realm")]
public string Realm { get; set; }

Property Value

string