Table of Contents

Class AuthenticationTypes

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

Authentication types

[DataContract]
public class AuthenticationTypes
Inheritance
AuthenticationTypes
Inherited Members

Properties

Credentials

Credentials

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "credentials")]
public List<string> Credentials { get; set; }

Property Value

List<string>

EapInnerAuthentication

EapInnerAuthentication

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "eapInnerAuthentication")]
public List<string> EapInnerAuthentication { get; set; }

Property Value

List<string>

NonEapInnerAuthentication

NonEapInnerAuthentication

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "nonEapInnerAuthentication")]
public List<string> NonEapInnerAuthentication { get; set; }

Property Value

List<string>

TunneledEapMethodCredentials

TunneledEapMethodCredentials

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "tunneledEapMethodCredentials")]
public List<string> TunneledEapMethodCredentials { get; set; }

Property Value

List<string>