Class CreateCertificateConfigDetails
The details of the contents of the certificate and certificate metadata.
Inheritance
CreateCertificateConfigDetails
      
      
      
  Inherited Members
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
[JsonConverter(typeof(CreateCertificateConfigDetailsModelConverter))]
public class CreateCertificateConfigDetailsProperties
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. |