IGenerateAutonomousDatabaseWalletDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.GenerateAutonomousDatabaseWalletDetailsTypeConverter))]
public interface IGenerateAutonomousDatabaseWalletDetails : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.GenerateAutonomousDatabaseWalletDetailsTypeConverter))>]
type IGenerateAutonomousDatabaseWalletDetails = interface
interface IJsonSerializable
Public Interface IGenerateAutonomousDatabaseWalletDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| GenerateType |
The type of wallet to generate. |
| IsRegional |
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 |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |