Class ConfigureDistributedAutonomousDatabaseGsmWalletDetails
Details of the request to configure wallet on global service manager(GSM) instances for a distributed autonomous database.
Inherited Members
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class ConfigureDistributedAutonomousDatabaseGsmWalletDetails
Properties
CaBundleId
Declaration
[Required(ErrorMessage = "CaBundleId is required.")]
[JsonProperty(PropertyName = "caBundleId")]
public string CaBundleId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the ca bundle id. |
Remarks
Required
CertificateId
Declaration
[Required(ErrorMessage = "CertificateId is required.")]
[JsonProperty(PropertyName = "certificateId")]
public string CertificateId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the cluster certificate. |
Remarks
Required