Table of Contents

Class OrganizationsAuthRadiusServerAssignmentNetwork

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

Network where this server is assigned to

[DataContract]
public class OrganizationsAuthRadiusServerAssignmentNetwork
Inheritance
OrganizationsAuthRadiusServerAssignmentNetwork
Inherited Members

Constructors

OrganizationsAuthRadiusServerAssignmentNetwork()

public OrganizationsAuthRadiusServerAssignmentNetwork()

Properties

DashboardUrl

Url for dashboard network page

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dashboardUrl")]
public string DashboardUrl { get; set; }

Property Value

string

Eid

Encrypted network ID

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "eid")]
public string Eid { get; set; }

Property Value

string

Id

Network ID

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Name

Network name

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

Property Value

string

Tag

Tag for network. This is used to build URL for dashboard page

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tag")]
public string Tag { get; set; }

Property Value

string