Table of Contents

Class SecureConnectNetworkDevice

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

SecureConnectNetworkDevice

[DataContract]
public class SecureConnectNetworkDevice
Inheritance
SecureConnectNetworkDevice
Inherited Members

Constructors

SecureConnectNetworkDevice()

public SecureConnectNetworkDevice()

Properties

CreatedAt

The time when the device was created. Specify an ISO 8601-formatted timestamp.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "createdAt")]
public DateTime CreatedAt { get; set; }

Property Value

DateTime

DeviceId

The unique identifier for the specific network device. Insert the identifier into the EDNS packets.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceId")]
public string DeviceId { get; set; }

Property Value

string

DeviceKey

A descriptive unique identifier for the device. Not used by the device.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceKey")]
public string DeviceKey { get; set; }

Property Value

string

Name

The name of the device.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

OrganizationId

The ID of the organization.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "organizationId")]
public long OrganizationId { get; set; }

Property Value

long

OriginId

The unique global identifier for this traffic source (origin). Use the origin ID to manage the device.The origin ID is not used by the device.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "originId")]
public long OriginId { get; set; }

Property Value

long

SerialNumber

The serial number of the device.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "serialNumber")]
public string SerialNumber { get; set; }

Property Value

string