UploadSignedCertificateAndGenerateWalletDetails¶
-
class
oci.globally_distributed_database.models.
UploadSignedCertificateAndGenerateWalletDetails
(**kwargs)¶ Bases:
object
Details of the request to upload the CA signed certificates to GSMs and generate wallets for GSMs of the sharded database.
Methods
__init__
(**kwargs)Initializes a new UploadSignedCertificateAndGenerateWalletDetails object with values from keyword arguments. Attributes
ca_signed_certificate
[Required] Gets the ca_signed_certificate of this UploadSignedCertificateAndGenerateWalletDetails. -
__init__
(**kwargs)¶ Initializes a new UploadSignedCertificateAndGenerateWalletDetails 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 UploadSignedCertificateAndGenerateWalletDetails.
-
ca_signed_certificate
¶ [Required] Gets the ca_signed_certificate of this UploadSignedCertificateAndGenerateWalletDetails. The CA signed certificate key..
Returns: The ca_signed_certificate of this UploadSignedCertificateAndGenerateWalletDetails. Return type: str
-