Domain Detective

API Reference

Enum

CtProviderPlanStatus

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the service-facing status of a planned certificate transparency provider workload.

Inheritance

  • Enum
  • CtProviderPlanStatus

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const CtProviderPlanStatus Unsupported #

The provider cannot satisfy the requested workload.

Value: 0
public const CtProviderPlanStatus Deferred #

The provider can satisfy the workload, but should be retried later.

Value: 1
public const CtProviderPlanStatus Ready #

The provider can satisfy the workload and is eligible to run now.

Value: 2
{{ include "footer" }}