Class UpdateCertificateAuthorityCertificateDetails
The details of the request to update the certificate authority (CA) with a signed certificate for the latest CA version.
Inheritance
UpdateCertificateAuthorityCertificateDetails
Inherited Members
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class UpdateCertificateAuthorityCertificateDetails : UpdateCertificateAuthorityActionDetails
Properties
CertificatePem
Declaration
[Required(ErrorMessage = "CertificatePem is required.")]
[JsonProperty(PropertyName = "certificatePem")]
public string CertificatePem { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The externally signed certificate (in PEM format) for the subordinate certificate authority (CA). |
Remarks
Required