Show / Hide Table of Contents

Class AutonomousDatabaseEncryptionKeyHistoryEntry

The Autonomous Database encryption key history entry.

Inheritance
object
AutonomousDatabaseEncryptionKeyHistoryEntry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top