Class SecureConnectNetworkDevice
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
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
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
Name
The name of the device.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
OrganizationId
The ID of the organization.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "organizationId")]
public long OrganizationId { get; set; }
Property Value
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
SerialNumber
The serial number of the device.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "serialNumber")]
public string SerialNumber { get; set; }