Class OrganizationsAuthRadiusServerAssignmentAssignee
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
Id
Unique identifier of the configuration
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
Name of the configuration
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type
Type of configuration where the server is being used. enum = ["Access policy"]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }