Class UpdateCertificateAuthorityConfigDetails
The configuration details for updating a certificate authority (CA).
Inheritance
UpdateCertificateAuthorityConfigDetails
      
      
  Inherited Members
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
[JsonConverter(typeof(UpdateCertificateAuthorityConfigDetailsModelConverter))]
public class UpdateCertificateAuthorityConfigDetailsProperties
Stage
Declaration
[JsonProperty(PropertyName = "stage")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateCertificateAuthorityConfigDetails.StageEnum? Stage { get; set; }Property Value
| Type | Description | 
|---|---|
| UpdateCertificateAuthorityConfigDetails.StageEnum? | The rotation state of the CA. The default is  | 
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. |