Class CreateCertificateAuthorityConfigDetails
The configuration details for creating a certificate authority (CA).
Inheritance
CreateCertificateAuthorityConfigDetails
      
      
  Inherited Members
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
[JsonConverter(typeof(CreateCertificateAuthorityConfigDetailsModelConverter))]
public class CreateCertificateAuthorityConfigDetailsProperties
VersionName
Declaration
[JsonProperty(PropertyName = "versionName")]
public string VersionName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the CA version. When the value is not null, a name is unique across versions of a given CA. |