Class UpdateIPSecConnectionTunnelSharedSecretDetails
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class UpdateIPSecConnectionTunnelSharedSecretDetails
Properties
SharedSecret
Declaration
[JsonProperty(PropertyName = "sharedSecret")]
public string SharedSecret { get; set; }
Property Value
Type | Description |
---|---|
string | The shared secret (pre-shared key) to use for the tunnel. Only numbers, letters, and spaces are allowed. |