Show / Hide Table of Contents

Class RotateAutonomousDatabaseEncryptionKeyDetails

Key details provided by the user for rotate key operation for Autonomous Database.

Inheritance
object
RotateAutonomousDatabaseEncryptionKeyDetails
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 RotateAutonomousDatabaseEncryptionKeyDetails

Properties

KeyVersionId

Declaration
[JsonProperty(PropertyName = "keyVersionId")]
public string KeyVersionId { get; set; }
Property Value
Type Description
string

Key version ocid of the key provided by the user for rotate operation. OCID.

In this article
Back to top