Show / Hide Table of Contents

Class UpdateRootCaManagedExternallyConfigDetails

The configuration details for updating an externally managed private root certificate authority (CA) issued by an external CA.

Inheritance
object
UpdateCertificateAuthorityConfigDetails
UpdateRootCaManagedExternallyConfigDetails
Inherited Members
UpdateCertificateAuthorityConfigDetails.VersionName
UpdateCertificateAuthorityConfigDetails.Stage
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 UpdateRootCaManagedExternallyConfigDetails : UpdateCertificateAuthorityConfigDetails

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 CA.

Remarks

Required

In this article
Back to top