Show / Hide Table of Contents

Class CreateCertificateAuthorityConfigDetails

The configuration details for creating a certificate authority (CA).

Inheritance
object
CreateCertificateAuthorityConfigDetails
CreateRootCaByGeneratingInternallyConfigDetails
CreateSubordinateCaIssuedByInternalCaConfigDetails
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(CreateCertificateAuthorityConfigDetailsModelConverter))]
public class CreateCertificateAuthorityConfigDetails

Properties

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.

In this article
Back to top