Show / Hide Table of Contents

Class ChangeKeyStoreTypeDetails

Request details to change the source of the encryption key for the database.

Inheritance
object
ChangeKeyStoreTypeDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ChangeKeyStoreTypeDetails

Properties

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

In this article
Back to top