Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class EncryptionKeyHistoryEntry.
The history of the encryption keys used to encrypt the Autonomous Database.
Generated from protobuf message google.cloud.oracledatabase.v1.EncryptionKeyHistoryEntry
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ encryption_key
↳ activation_time
Google\Protobuf\Timestamp
Output only. The date and time when the encryption key was activated on the Autonomous Database..
getEncryptionKey
Output only. The encryption key used to encrypt the Autonomous Database.
hasEncryptionKey
clearEncryptionKey
setEncryptionKey
Output only. The encryption key used to encrypt the Autonomous Database.
$this
getActivationTime
Output only. The date and time when the encryption key was activated on the Autonomous Database..
Generated from protobuf field .google.protobuf.Timestamp activation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasActivationTime
clearActivationTime
setActivationTime
Output only. The date and time when the encryption key was activated on the Autonomous Database..
Generated from protobuf field .google.protobuf.Timestamp activation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
$this

