Class GenerateAutonomousDatabaseWalletRequest
The request for AutonomousDatabase.GenerateWallet
.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GenerateAutonomousDatabaseWalletRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsRegional
Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.
Declaration
[JsonProperty("isRegional")]
public virtual bool? IsRegional { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Password
Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Optional. The type of wallet generation for the Autonomous Database. The default value is SINGLE.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |