Class EncryptionKeyHistoryEntry
The history of the encryption keys used to encrypt the Autonomous Database.
Implements
Inherited Members
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 |