Class UploadPartitionCertificatesDetails
An object that encapsulates the necessary partition certificates.
Inherited Members
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class UploadPartitionCertificatesDetails
Properties
PartitionCertificate
Declaration
[Required(ErrorMessage = "PartitionCertificate is required.")]
[JsonProperty(PropertyName = "partitionCertificate")]
public string PartitionCertificate { get; set; }
Property Value
Type | Description |
---|---|
string | Base64 encoded (StandardCharsets.UTF_8) Partition Certificate, which gets created when the CSR is signed. |
Remarks
Required
PartitionOwnerCertificate
Declaration
[Required(ErrorMessage = "PartitionOwnerCertificate is required.")]
[JsonProperty(PropertyName = "partitionOwnerCertificate")]
public string PartitionOwnerCertificate { get; set; }
Property Value
Type | Description |
---|---|
string | Base64 encoded (StandardCharsets.UTF_8) Partition Owner Certificate, which is used to help sign the CSR. |
Remarks
Required