GenerateAutonomousDatabaseWalletDetails interface
Autonomous Database Generate Wallet resource model.
Properties
| generate |
The type of wallet to generate. |
| is |
True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only. |
| password | The password to encrypt the keys inside the wallet |
Property Details
generateType
The type of wallet to generate.
generateType?: string
Property Value
string
isRegional
True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only.
isRegional?: boolean
Property Value
boolean
password
The password to encrypt the keys inside the wallet
password: string
Property Value
string