API Reference
Class
CtProviderWorkPlan
Represents a provider-specific certificate transparency work plan.
Inheritance
- Object
- CtProviderWorkPlan
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public CtProviderWorkPlan() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ProviderId { get; set; } #Provider identifier used for this plan.
public CtProviderPlanStatus Status { get; set; } #Provider plan status.
public CtIngestionWorkloadEstimate Estimate { get; set; } #Provider workload estimate.
public CtProviderExecutionDecision Decision { get; set; } #Provider execution decision.
public String Reason { get; set; } #Human-readable reason describing this plan.