AutonomousDatabaseEncryptionKeyHistoryEntry¶
-
class
oci.database.models.
AutonomousDatabaseEncryptionKeyHistoryEntry
(**kwargs)¶ Bases:
object
The Autonomous Database encryption key history entry.
Methods
__init__
(**kwargs)Initializes a new AutonomousDatabaseEncryptionKeyHistoryEntry object with values from keyword arguments. Attributes
encryption_key
Gets the encryption_key of this AutonomousDatabaseEncryptionKeyHistoryEntry. time_activated
Gets the time_activated of this AutonomousDatabaseEncryptionKeyHistoryEntry. -
__init__
(**kwargs)¶ Initializes a new AutonomousDatabaseEncryptionKeyHistoryEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - encryption_key (oci.database.models.AutonomousDatabaseEncryptionKeyDetails) – The value to assign to the encryption_key property of this AutonomousDatabaseEncryptionKeyHistoryEntry.
- time_activated (datetime) – The value to assign to the time_activated property of this AutonomousDatabaseEncryptionKeyHistoryEntry.
-
encryption_key
¶ Gets the encryption_key of this AutonomousDatabaseEncryptionKeyHistoryEntry.
Returns: The encryption_key of this AutonomousDatabaseEncryptionKeyHistoryEntry. Return type: oci.database.models.AutonomousDatabaseEncryptionKeyDetails
-
time_activated
¶ Gets the time_activated of this AutonomousDatabaseEncryptionKeyHistoryEntry. The date and time the encryption key was activated.
Returns: The time_activated of this AutonomousDatabaseEncryptionKeyHistoryEntry. Return type: datetime
-