Table of Contents

Class OrganizationDevicesSyslogServersRolesByNetworkItemAvailableRole

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

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

string

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; }

Property Value

string