Show / Hide Table of Contents

Class UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails

The details for updating an externally managed certificate which is issued by a private certificate authority (CA).

Inheritance
object
UpdateCertificateConfigDetails
UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails
Inherited Members
UpdateCertificateConfigDetails.VersionName
UpdateCertificateConfigDetails.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 UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails : UpdateCertificateConfigDetails

Properties

CsrPem

Declaration
[Required(ErrorMessage = "CsrPem is required.")]
[JsonProperty(PropertyName = "csrPem")]
public string CsrPem { get; set; }
Property Value
Type Description
string

The certificate signing request (in PEM format).

Remarks

Required

Validity

Declaration
[JsonProperty(PropertyName = "validity")]
public Validity Validity { get; set; }
Property Value
Type Description
Validity
In this article
Back to top