Oracle Database@Google Cloud v1 API - Class EncryptionKeyHistoryEntry (1.4.0)

public sealed class EncryptionKeyHistoryEntry : IMessage<EncryptionKeyHistoryEntry>, IEquatable<EncryptionKeyHistoryEntry>, IDeepCloneable<EncryptionKeyHistoryEntry>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > EncryptionKeyHistoryEntry

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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