GenerateDistributedDatabaseWalletDetails¶
- 
class oci.distributed_database.models.GenerateDistributedDatabaseWalletDetails(**kwargs)¶
- Bases: - object- Details to create and download an Globally distributed database wallet. - Methods - __init__(**kwargs)- Initializes a new GenerateDistributedDatabaseWalletDetails object with values from keyword arguments. - Attributes - password- [Required] Gets the password of this GenerateDistributedDatabaseWalletDetails. - 
__init__(**kwargs)¶
- Initializes a new GenerateDistributedDatabaseWalletDetails 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 GenerateDistributedDatabaseWalletDetails. 
 - 
password¶
- [Required] Gets the password of this GenerateDistributedDatabaseWalletDetails. 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 GenerateDistributedDatabaseWalletDetails. - Return type: - str 
 
-