Class RotateAutonomousDatabaseEncryptionKeyDetails
Key details provided by the user for rotate key operation for Autonomous Database.
Inherited Members
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. |