Class CreateRootCaByGeneratingInternallyConfigDetails
The details for creating a private root certificate authority (CA).
Inheritance
CreateRootCaByGeneratingInternallyConfigDetails
  Inherited Members
Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class CreateRootCaByGeneratingInternallyConfigDetails : CreateCertificateAuthorityConfigDetailsProperties
SigningAlgorithm
Declaration
[JsonProperty(PropertyName = "signingAlgorithm")]
[JsonConverter(typeof(StringEnumConverter))]
public SignatureAlgorithm? SigningAlgorithm { get; set; }Property Value
| Type | Description | 
|---|---|
| SignatureAlgorithm? | The algorithm used to sign public key certificates that the CA issues. | 
Subject
Declaration
[Required(ErrorMessage = "Subject is required.")]
[JsonProperty(PropertyName = "subject")]
public CertificateSubject Subject { get; set; }Property Value
| Type | Description | 
|---|---|
| CertificateSubject | 
Remarks
Required
Validity
Declaration
[JsonProperty(PropertyName = "validity")]
public Validity Validity { get; set; }Property Value
| Type | Description | 
|---|---|
| Validity |