GenerateWalletDetails

class oci.globally_distributed_database.models.GenerateWalletDetails(**kwargs)

Bases: object

Details to create and download an Oracle Sharded Database wallet.

Methods

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

Attributes

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

Initializes a new GenerateWalletDetails 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 GenerateWalletDetails.
password

[Required] Gets the password of this GenerateWalletDetails. 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 GenerateWalletDetails.
Return type:str