Class AutonomousDatabaseEncryptionKeyHistoryEntry
The Autonomous Database encryption key history entry.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDatabaseEncryptionKeyHistoryEntry
Properties
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. |