Show / Hide Table of Contents

Class UploadSignedCertificateAndGenerateWalletDetails

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

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

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