UpdateAutonomousDatabaseWalletDetails

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

Bases: object

Details to update an Autonomous Database wallet.

Methods

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

Attributes

grace_period Gets the grace_period of this UpdateAutonomousDatabaseWalletDetails.
should_rotate Gets the should_rotate of this UpdateAutonomousDatabaseWalletDetails.
__init__(**kwargs)

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

Parameters:
  • should_rotate (bool) – The value to assign to the should_rotate property of this UpdateAutonomousDatabaseWalletDetails.
  • grace_period (int) – The value to assign to the grace_period property of this UpdateAutonomousDatabaseWalletDetails.
grace_period

Gets the grace_period of this UpdateAutonomousDatabaseWalletDetails. The number of hours that the old wallet can be used after it has been rotated. The old wallet will no longer be valid after the number of hours in the wallet rotation grace period has passed. During the grace period, both the old wallet and the current wallet can be used.

Returns:The grace_period of this UpdateAutonomousDatabaseWalletDetails.
Return type:int
should_rotate

Gets the should_rotate of this UpdateAutonomousDatabaseWalletDetails. Indicates whether to rotate the wallet or not. If false, the wallet will not be rotated. The default is false.

Returns:The should_rotate of this UpdateAutonomousDatabaseWalletDetails.
Return type:bool