Class AutonomousDatabaseKeyHistoryEntry
The Autonomous AI Database Vault service key management history entry.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDatabaseKeyHistoryEntryProperties
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The id of the Autonomous AI Database Vault service key management history entry. | 
Remarks
Required
KmsKeyVersionId
Declaration
[JsonProperty(PropertyName = "kmsKeyVersionId")]
public string KmsKeyVersionId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous AI Database Serverless does not use key versions, hence is not applicable for Autonomous AI Database Serverless instances. | 
TimeActivated
Declaration
[JsonProperty(PropertyName = "timeActivated")]
public DateTime? TimeActivated { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The date and time the kms key activated. | 
VaultId
Declaration
[JsonProperty(PropertyName = "vaultId")]
public string VaultId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the Oracle Cloud Infrastructure vault. This parameter and  |