Class AutonomousDatabaseEncryptionKeyHistoryEntry
The Autonomous AI Database encryption key history entry.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDatabaseEncryptionKeyHistoryEntryProperties
EncryptionKey
Declaration
[JsonProperty(PropertyName = "encryptionKey")]
public AutonomousDatabaseEncryptionKeyDetails EncryptionKey { get; set; }Property Value
| Type | Description | 
|---|---|
| AutonomousDatabaseEncryptionKeyDetails | 
TimeActivated
Declaration
[JsonProperty(PropertyName = "timeActivated")]
public DateTime? TimeActivated { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The date and time the encryption key was activated. |