Class UpdateCertificateConfigDetails
The details of the contents of the certificate and certificate metadata.
Inheritance
UpdateCertificateConfigDetails
      
      
      
  Inherited Members
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
[JsonConverter(typeof(UpdateCertificateConfigDetailsModelConverter))]
public class UpdateCertificateConfigDetailsProperties
Stage
Declaration
[JsonProperty(PropertyName = "stage")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateCertificateConfigDetails.StageEnum? Stage { get; set; }Property Value
| Type | Description | 
|---|---|
| UpdateCertificateConfigDetails.StageEnum? | The rotation state of the certificate. The default is  | 
VersionName
Declaration
[JsonProperty(PropertyName = "versionName")]
public string VersionName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A name for the certificate version. When the value is not null, a name is unique across versions of a given certificate. |