Class IPSecConnectionTunnelSharedSecret
The tunnel's shared secret (pre-shared key).
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class IPSecConnectionTunnelSharedSecret
Properties
SharedSecret
Declaration
[Required(ErrorMessage = "SharedSecret is required.")]
[JsonProperty(PropertyName = "sharedSecret")]
public string SharedSecret { get; set; }
Property Value
Type | Description |
---|---|
string | The tunnel's shared secret (pre-shared key). |
Remarks
Required