UploadDistributedAutonomousDatabaseSignedCertificateAndGenerateWalletDetails¶
-
class
oci.distributed_database.models.
UploadDistributedAutonomousDatabaseSignedCertificateAndGenerateWalletDetails
(**kwargs)¶ Bases:
object
Details of the request to upload the CA signed certificates to GSMs and generate wallets for GSMs of the Globally distributed autonomous database.
Methods
__init__
(**kwargs)Initializes a new UploadDistributedAutonomousDatabaseSignedCertificateAndGenerateWalletDetails object with values from keyword arguments. Attributes
ca_signed_certificate
[Required] Gets the ca_signed_certificate of this UploadDistributedAutonomousDatabaseSignedCertificateAndGenerateWalletDetails. -
__init__
(**kwargs)¶ Initializes a new UploadDistributedAutonomousDatabaseSignedCertificateAndGenerateWalletDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: ca_signed_certificate (str) – The value to assign to the ca_signed_certificate property of this UploadDistributedAutonomousDatabaseSignedCertificateAndGenerateWalletDetails.
-
ca_signed_certificate
¶ [Required] Gets the ca_signed_certificate of this UploadDistributedAutonomousDatabaseSignedCertificateAndGenerateWalletDetails. The CA signed certificate key.
Returns: The ca_signed_certificate of this UploadDistributedAutonomousDatabaseSignedCertificateAndGenerateWalletDetails. Return type: str
-