Show / Hide Table of Contents

Namespace Oci.CertificatesService.Models

Classes

CaBundle

The contents of the CA bundle (root and intermediate certificates), properties of the CA bundle, and user-provided contextual metadata for the CA bundle.

CertificateAuthorityBundle

The contents of the certificate, properties of the certificate (and certificate version), and user-provided contextual metadata for the certificate.

CertificateAuthorityBundleVersionCollection

The results of a certificate authority (CA) version search. Results contain CA version summary objects and other data.

CertificateAuthorityBundleVersionSummary

The properties of a version of a bundle for a certificate authority (CA). Certificate authority bundle version summary objects do not include the actual contents of the certificate.

CertificateBundle

The contents of the certificate, properties of the certificate (and certificate version), and user-provided contextual metadata for the certificate.

CertificateBundleModelConverter

CertificateBundlePublicOnly

A certificate bundle, not including the private key.

CertificateBundleVersionCollection

The results of a certificate bundle versions search. Results contain certificate bundle version summary objects.

CertificateBundleVersionSummary

The properties of the certificate bundle. Certificate bundle version summary objects do not include the actual contents of the certificate.

CertificateBundleWithPrivateKey

A certificate bundle, including the private key.

RevocationStatus

The current revocation status of the certificate or certificate authority (CA).

Validity

An object that describes a period of time during which an entity is valid.

Enums

CertificateBundle.CertificateBundleTypeEnum

RevocationReason

The current revocation state of the certificate.

VersionStage

A list of possible rotation states for the certificate version. A certificate version marked CURRENT is currently in use. A certificate version marked PENDING is staged and available for use, but has not been applied on the target system and, therefore, has not been rotated into current, active use. The certificate most recently uploaded to the service is always marked LATEST. (The first version of a certificate is always marked as both CURRENT and LATEST.) A certificate version marked PREVIOUS is the certificate version that was most recently marked CURRENT, before the last certificate version rotation. A certificate version marked DEPRECATED is neither current, pending, nor the previous one in use. Only certificate versions marked DEPRECATED can be scheduled for deletion.

In this article
Back to top