UploadPartitionCertificatesDetails¶
-
class
oci.key_management.models.
UploadPartitionCertificatesDetails
(**kwargs)¶ Bases:
object
An object that encapsulates the necessary partition certificates.
Methods
__init__
(**kwargs)Initializes a new UploadPartitionCertificatesDetails object with values from keyword arguments. Attributes
partition_certificate
[Required] Gets the partition_certificate of this UploadPartitionCertificatesDetails. partition_owner_certificate
[Required] Gets the partition_owner_certificate of this UploadPartitionCertificatesDetails. -
__init__
(**kwargs)¶ Initializes a new UploadPartitionCertificatesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - partition_certificate (str) – The value to assign to the partition_certificate property of this UploadPartitionCertificatesDetails.
- partition_owner_certificate (str) – The value to assign to the partition_owner_certificate property of this UploadPartitionCertificatesDetails.
-
partition_certificate
¶ [Required] Gets the partition_certificate of this UploadPartitionCertificatesDetails. Base64 encoded (StandardCharsets.UTF_8) Partition Certificate, which gets created when the CSR is signed.
Returns: The partition_certificate of this UploadPartitionCertificatesDetails. Return type: str
-
partition_owner_certificate
¶ [Required] Gets the partition_owner_certificate of this UploadPartitionCertificatesDetails. Base64 encoded (StandardCharsets.UTF_8) Partition Owner Certificate, which is used to help sign the CSR.
Returns: The partition_owner_certificate of this UploadPartitionCertificatesDetails. Return type: str
-