Show / Hide Table of Contents

Class EncryptionKeyHistoryEntry

The history of the encryption keys used to encrypt the Autonomous Database.

Inheritance
object
EncryptionKeyHistoryEntry
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class EncryptionKeyHistoryEntry : IDirectResponseSchema

Properties

ActivationTime

object representation of ActivationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ActivationTimeDateTimeOffset instead.")]
public virtual object ActivationTime { get; set; }
Property Value
Type Description
object

ActivationTimeDateTimeOffset

DateTimeOffset representation of ActivationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ActivationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ActivationTimeRaw

Output only. The date and time when the encryption key was activated on the Autonomous Database..

Declaration
[JsonProperty("activationTime")]
public virtual string ActivationTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EncryptionKey

Output only. The encryption key used to encrypt the Autonomous Database.

Declaration
[JsonProperty("encryptionKey")]
public virtual EncryptionKey EncryptionKey { get; set; }
Property Value
Type Description
EncryptionKey

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX