Class OrganizationsAuthRadiusServerAssignment
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
Network
Network where this server is assigned to
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationsAuthRadiusServerAssignmentNetwork Network { get; set; }