Show / Hide Table of Contents

Class UploadDistributedAutonomousDatabaseSignedCertificateAndGenerateWalletDetails

Details of the request to upload the CA signed certificates to GSMs and generate wallets for GSMs of the Globally distributed autonomous database.

Inheritance
object
UploadDistributedAutonomousDatabaseSignedCertificateAndGenerateWalletDetails
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 UploadDistributedAutonomousDatabaseSignedCertificateAndGenerateWalletDetails

Properties

CaSignedCertificate

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

The CA signed certificate key.

Remarks

Required

In this article
Back to top