Class SecureConnectTunnelClientAuthenticationParameters
SecureConnectTunnelClientAuthenticationParameters
[DataContract]
public class SecureConnectTunnelClientAuthenticationParameters
- Inheritance
-
SecureConnectTunnelClientAuthenticationParameters
- Inherited Members
Constructors
SecureConnectTunnelClientAuthenticationParameters()
public SecureConnectTunnelClientAuthenticationParameters()
Properties
Id
The PSK ID. If an IP address is used as the ID, the IP address is the value of this field.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
ModifiedAt
The date and time (timestamp) that Umbrella updated the tag on the roaming computer. The timestamp is an ISO 8601 formatted string. For example: 2023-04-12T23:20:50.52Z.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "modifiedAt")]
public DateTime ModifiedAt { get; set; }