Table of Contents

Class OrganizationsAuthRadiusServerAssignmentsResponse

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

Organizations Auth Radius Server Assignments Response

[DataContract]
public class OrganizationsAuthRadiusServerAssignmentsResponse
Inheritance
OrganizationsAuthRadiusServerAssignmentsResponse
Inherited Members

Constructors

OrganizationsAuthRadiusServerAssignmentsResponse()

public OrganizationsAuthRadiusServerAssignmentsResponse()

Properties

Assignments

List of entities where the org-wide RADIUS server is used

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "assignments")]
public List<OrganizationsAuthRadiusServerAssignment> Assignments { get; set; }

Property Value

List<OrganizationsAuthRadiusServerAssignment>

Name

The name of the RADIUS server

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

Property Value

string

ServerId

The id of the RADIUS server

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

Property Value

string