public sealed class EncryptionKeyHistoryEntry : IMessage<EncryptionKeyHistoryEntry>, IEquatable<EncryptionKeyHistoryEntry>, IDeepCloneable<EncryptionKeyHistoryEntry>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class EncryptionKeyHistoryEntry.
The history of the encryption keys used to encrypt the Autonomous Database.
Implements
IMessageEncryptionKeyHistoryEntry, IEquatableEncryptionKeyHistoryEntry, IDeepCloneableEncryptionKeyHistoryEntry, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
EncryptionKeyHistoryEntry()
public EncryptionKeyHistoryEntry()EncryptionKeyHistoryEntry(EncryptionKeyHistoryEntry)
public EncryptionKeyHistoryEntry(EncryptionKeyHistoryEntry other)| Parameter | |
|---|---|
| Name | Description |
other |
EncryptionKeyHistoryEntry |
Properties
ActivationTime
public Timestamp ActivationTime { get; set; }Output only. The date and time when the encryption key was activated on the Autonomous Database..
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EncryptionKey
public EncryptionKey EncryptionKey { get; set; }Output only. The encryption key used to encrypt the Autonomous Database.
| Property Value | |
|---|---|
| Type | Description |
EncryptionKey |
|