Show / Hide Table of Contents

Class UpdateCertificateAuthorityCertificateDetails

The details of the request to update the certificate authority (CA) with a signed certificate for the latest CA version.

Inheritance
object
UpdateCertificateAuthorityActionDetails
UpdateCertificateAuthorityCertificateDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top