Class UploadDistributedDatabaseSignedCertificateAndGenerateWalletDetails
Details of the request to upload the CA signed certificates to GSMs and generate wallets for GSMs of the Globally distributed database.
Inherited Members
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class UploadDistributedDatabaseSignedCertificateAndGenerateWalletDetailsProperties
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