Show / Hide Table of Contents

Class GenerateDistributedAutonomousDatabaseWalletDetails

Details to create and download an Globally distributed autonomous database wallet.

Inheritance
object
GenerateDistributedAutonomousDatabaseWalletDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class GenerateDistributedAutonomousDatabaseWalletDetails

Properties

Password

Declaration
[Required(ErrorMessage = "Password is required.")]
[JsonProperty(PropertyName = "password")]
public string Password { get; set; }
Property Value
Type Description
string

The password to encrypt the keys inside the wallet. The password must be at least 8 characters long and must include at least 1 letter and either 1 numeric character or 1 special character.

Remarks

Required

In this article
Back to top