Table of Contents

Class RadiusServer

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

RadiusServer

[DataContract]
public class RadiusServer
Inheritance
RadiusServer
Inherited Members

Properties

Host

Public IP address of the RADIUS server

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "host")]
public string? Host { get; set; }

Property Value

string

OrganizationRadiusServerId

Organization wide RADIUS server ID. This value will be empty if this RADIUS server is not an organization wide RADIUS server

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "organizationRadiusServerId")]
public string? OrganizationRadiusServerId { get; set; }

Property Value

string

Port

UDP port that the RADIUS server listens on for access requests

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "port")]
public int? Port { get; set; }

Property Value

int?

Secret

RADIUS client shared secret

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "secret")]
public string? Secret { get; set; }

Property Value

string

ServerId

unique ID of the RADIUS server

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "serverId")]
public string? ServerId { get; set; }

Property Value

string