Class ChangeKeyStoreTypeDetails
Request details to change the source of the encryption key for the database.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ChangeKeyStoreTypeDetailsProperties
KeyStoreId
Declaration
[Required(ErrorMessage = "KeyStoreId is required.")]
[JsonProperty(PropertyName = "keyStoreId")]
public string KeyStoreId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the key store. | 
Remarks
Required