Class ExternalHsmEncryptionDetails
Details for External HSM Input
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ExternalHsmEncryptionDetails : EncryptionKeyLocationDetails
Properties
HsmPassword
Declaration
[Required(ErrorMessage = "HsmPassword is required.")]
[JsonProperty(PropertyName = "hsmPassword")]
public string HsmPassword { get; set; }
Property Value
Type | Description |
---|---|
string | Provide the HSM password as you would in RDBMS for External HSM. |
Remarks
Required