RotateAutonomousDatabaseEncryptionKeyDetails

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

Bases: object

Key details provided by the user for rotate key operation for Autonomous Database.

Methods

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

Attributes

key_version_id Gets the key_version_id of this RotateAutonomousDatabaseEncryptionKeyDetails.
__init__(**kwargs)

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

Parameters:key_version_id (str) – The value to assign to the key_version_id property of this RotateAutonomousDatabaseEncryptionKeyDetails.
key_version_id

Gets the key_version_id of this RotateAutonomousDatabaseEncryptionKeyDetails. Key version ocid of the key provided by the user for rotate operation. OCID.

Returns:The key_version_id of this RotateAutonomousDatabaseEncryptionKeyDetails.
Return type:str