IGenerateAutonomousDatabaseWalletDetails Interface

Definition

[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)

Applies to