Show / Hide Table of Contents

Enum CertificateAuthorityConfigType

The manner in which the certificate authority (CA) was created, whether it is a root CA generated internally by the service or a subordinate CA issued by another CA that was itself generated internally by the service.

Namespace: Oci.CertificatesmanagementService.Models
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public enum CertificateAuthorityConfigType

Fields

Name Description
RootCaGeneratedInternally
SubordinateCaIssuedByInternalCa
UnknownEnumValue
In this article
Back to top