Class SecureConnectTunnelCreateRequestAuthenticationParameters
SecureConnectTunnelCreateRequestAuthenticationParameters
[DataContract]
public class SecureConnectTunnelCreateRequestAuthenticationParameters
- Inheritance
-
SecureConnectTunnelCreateRequestAuthenticationParameters
- Inherited Members
Constructors
SecureConnectTunnelCreateRequestAuthenticationParameters()
public SecureConnectTunnelCreateRequestAuthenticationParameters()
Properties
IdPrefix
A human-readable ID for the tunnel, used to generate the ID portion of the Pre-Shared Key. If omitted, the ID is generated and provided in response.Tunnels with a device type of ASA must provide an IP address string for this field.Tunnels with a device type of 'other' may use either an IP address or a human-readable string. PSK IDs are not automatically generated for ASA devices.
[DataMember(Name = "idPrefix")]
public string? IdPrefix { get; set; }
Property Value
Secret
The secret portion of a Pre-Shared Key (PSK). If omitted, a secret is generated and provided in the response. Secrets are a sequence of 16 to 64 characters, and contain at least one upper and lowercase letter, one number, and no special characters.
[DataMember(Name = "secret")]
public string? Secret { get; set; }