Class GenerateAutonomousDatabaseWalletRequest (0.3.0)

GenerateAutonomousDatabaseWalletRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request for AutonomousDatabase.GenerateWallet.

Attributes

Name Description
name str
Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.
type_ google.cloud.oracledatabase_v1.types.GenerateType
Optional. The type of wallet generation for the Autonomous Database. The default value is SINGLE.
is_regional bool
Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.
password str
Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.