Class SecureConnectDestination
SecureConnectDestination
[DataContract]
public class SecureConnectDestination
- Inheritance
-
SecureConnectDestination
- Inherited Members
Constructors
SecureConnectDestination()
public SecureConnectDestination()
Properties
Comment
The comment about the destination.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "comment")]
public string? Comment { get; set; }
Property Value
CreatedAt
The date and time when the destination list was created.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "createdAt")]
public DateTime CreatedAt { get; set; }
Property Value
Destination
A domain, URL, or IP.
[ApiKey]
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "destination")]
public string Destination { get; set; }
Property Value
Id
The unique ID of the destination.
[ApiKey]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Type
The type of the destination. enum = ["domain", "url", "ipv4"]
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "type")]
public SecureConnectDestinationListDestinationType Type { get; set; }