Show / Hide Table of Contents

Class CreateRootCaManagedExternallyConfigDetails

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

Inheritance
object
CreateCertificateAuthorityConfigDetails
CreateRootCaManagedExternallyConfigDetails
Inherited Members
CreateCertificateAuthorityConfigDetails.VersionName
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 CreateRootCaManagedExternallyConfigDetails : CreateCertificateAuthorityConfigDetails

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

Remarks

Required

In this article
Back to top