Table of Contents

Class RadiusAuthentication

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

Object for RADIUS Authentication Settings

[DataContract]
public class RadiusAuthentication
Inheritance
RadiusAuthentication
Inherited Members

Constructors

RadiusAuthentication()

public RadiusAuthentication()

Properties

Mode

Authentication mode of the policy ( Open | Closed ) enum = ["Closed", "Open"]

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "mode")]
public RadiusAuthenticationMode? Mode { get; set; }

Property Value

RadiusAuthenticationMode?