Table of Contents

Class OrganizationsAuthRadiusServerAssignmentAssignee

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

Configuration where it is assigned to

[DataContract]
public class OrganizationsAuthRadiusServerAssignmentAssignee
Inheritance
OrganizationsAuthRadiusServerAssignmentAssignee
Inherited Members

Constructors

OrganizationsAuthRadiusServerAssignmentAssignee()

public OrganizationsAuthRadiusServerAssignmentAssignee()

Properties

DashboardUrl

Url of the dashboard configuration page

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

Property Value

string

Id

Unique identifier of the configuration

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

Property Value

string

Name

Name of the configuration

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

Property Value

string

Type

Type of configuration where the server is being used. enum = ["Access policy"]

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

Property Value

string