Show / Hide Table of Contents

Class CreateCertificateConfigDetails

The details of the contents of the certificate and certificate metadata.

Inheritance
object
CreateCertificateConfigDetails
CreateCertificateByImportingConfigDetails
CreateCertificateIssuedByInternalCaConfigDetails
CreateCertificateManagedExternallyIssuedByInternalCaConfigDetails
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
[JsonConverter(typeof(CreateCertificateConfigDetailsModelConverter))]
public class CreateCertificateConfigDetails

Properties

VersionName

Declaration
[JsonProperty(PropertyName = "versionName")]
public string VersionName { get; set; }
Property Value
Type Description
string

A name for the certificate. When the value is not null, a name is unique across versions of a given certificate.

In this article
Back to top