type property
The type of wallet generation for the Autonomous Database.
The default value is SINGLE.
Optional. Possible string values are:
- "GENERATE_TYPE_UNSPECIFIED" : Default unspecified value.
- "ALL" : Used to generate wallet for all databases in the region.
- "SINGLE" : Used to generate wallet for a single database.
Implementation
core.String? type;