GenerateDistributedAutonomousDatabaseWalletDetails

class oci.distributed_database.models.GenerateDistributedAutonomousDatabaseWalletDetails(**kwargs)

Bases: object

Details to create and download an Globally distributed autonomous database wallet.

Methods

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

Attributes

password [Required] Gets the password of this GenerateDistributedAutonomousDatabaseWalletDetails.
__init__(**kwargs)

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

Parameters:password (str) – The value to assign to the password property of this GenerateDistributedAutonomousDatabaseWalletDetails.
password

[Required] Gets the password of this GenerateDistributedAutonomousDatabaseWalletDetails. The password to encrypt the keys inside the wallet. The password must be at least 8 characters long and must include at least 1 letter and either 1 numeric character or 1 special character.

Returns:The password of this GenerateDistributedAutonomousDatabaseWalletDetails.
Return type:str