AutonomousDatabaseKeyHistoryEntry

class oci.database.models.AutonomousDatabaseKeyHistoryEntry(**kwargs)

Bases: object

The Autonomous Database Vault service key management history entry.

Methods

__init__(**kwargs) Initializes a new AutonomousDatabaseKeyHistoryEntry object with values from keyword arguments.

Attributes

id [Required] Gets the id of this AutonomousDatabaseKeyHistoryEntry.
kms_key_version_id Gets the kms_key_version_id of this AutonomousDatabaseKeyHistoryEntry.
time_activated Gets the time_activated of this AutonomousDatabaseKeyHistoryEntry.
vault_id Gets the vault_id of this AutonomousDatabaseKeyHistoryEntry.
__init__(**kwargs)

Initializes a new AutonomousDatabaseKeyHistoryEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this AutonomousDatabaseKeyHistoryEntry.
  • kms_key_version_id (str) – The value to assign to the kms_key_version_id property of this AutonomousDatabaseKeyHistoryEntry.
  • vault_id (str) – The value to assign to the vault_id property of this AutonomousDatabaseKeyHistoryEntry.
  • time_activated (datetime) – The value to assign to the time_activated property of this AutonomousDatabaseKeyHistoryEntry.
id

[Required] Gets the id of this AutonomousDatabaseKeyHistoryEntry. The id of the Autonomous Database Vault service key management history entry.

Returns:The id of this AutonomousDatabaseKeyHistoryEntry.
Return type:str
kms_key_version_id

Gets the kms_key_version_id of this AutonomousDatabaseKeyHistoryEntry. The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.

Returns:The kms_key_version_id of this AutonomousDatabaseKeyHistoryEntry.
Return type:str
time_activated

Gets the time_activated of this AutonomousDatabaseKeyHistoryEntry. The date and time the kms key activated.

Returns:The time_activated of this AutonomousDatabaseKeyHistoryEntry.
Return type:datetime
vault_id

Gets the vault_id of this AutonomousDatabaseKeyHistoryEntry. The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretId are required for Customer Managed Keys.

Returns:The vault_id of this AutonomousDatabaseKeyHistoryEntry.
Return type:str