Class UploadSignedCertificateAndGenerateWalletDetails
Details of the request to upload the CA signed certificates to GSMs and generate wallets for GSMs of the sharded database.
Inherited Members
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