Class SecureConnectDestinationListDestination
A destination
[DataContract]
public class SecureConnectDestinationListDestination
- Inheritance
-
SecureConnectDestinationListDestination
- Inherited Members
Constructors
SecureConnectDestinationListDestination()
public SecureConnectDestinationListDestination()
Properties
Comment
The comment about the destination.
[DataMember(Name = "comment")]
public string? Comment { get; set; }
Property Value
Destination
A domain, URL, or IP.
[DataMember(Name = "destination")]
public string? Destination { get; set; }
Property Value
Type
The type of the destination. enum = ["domain", "url", "ipv4"]
[DataMember(Name = "type")]
public SecureConnectDestinationListDestinationType? Type { get; set; }