Class OrganizationDevicesSyslogServersRolesByNetworkItemAvailableRole
Role that can be assigned to a syslog server for this network
[DataContract]
public class OrganizationDevicesSyslogServersRolesByNetworkItemAvailableRole
- Inheritance
-
OrganizationDevicesSyslogServersRolesByNetworkItemAvailableRole
- Inherited Members
Constructors
OrganizationDevicesSyslogServersRolesByNetworkItemAvailableRole()
public OrganizationDevicesSyslogServersRolesByNetworkItemAvailableRole()
Properties
Name
The user friendly name of the role
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Value
The enum value of the role that can be assigned to a syslog server
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "value")]
public string Value { get; set; }