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.
Inherited Members
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