Show / Hide Table of Contents

Class UpdateCertificateIssuedByInternalCaConfigDetails

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

Inheritance
object
UpdateCertificateConfigDetails
UpdateCertificateIssuedByInternalCaConfigDetails
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 UpdateCertificateIssuedByInternalCaConfigDetails : UpdateCertificateConfigDetails

Properties

Validity

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