Table of Contents

Class OrganizationsAuthRadiusServerAssignment

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

An entity where the org-wide RADIUS server is used.

[DataContract]
public class OrganizationsAuthRadiusServerAssignment
Inheritance
OrganizationsAuthRadiusServerAssignment
Inherited Members

Constructors

OrganizationsAuthRadiusServerAssignment()

public OrganizationsAuthRadiusServerAssignment()

Properties

Assignee

Configuration where it is assigned to

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "assignee")]
public OrganizationsAuthRadiusServerAssignmentAssignee Assignee { get; set; }

Property Value

OrganizationsAuthRadiusServerAssignmentAssignee

Network

Network where this server is assigned to

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationsAuthRadiusServerAssignmentNetwork Network { get; set; }

Property Value

OrganizationsAuthRadiusServerAssignmentNetwork