API Reference
CtTimelineInfo
Provides ct timeline info functionality.
Inheritance
- Object
- CtTimelineInfo
Constructors
public CtTimelineInfo() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public HealthCheckType Check { get; set; } #Gets or sets the check value.
public AnalysisArea Area { get; set; } #Gets or sets the area value.
public String Subject { get; set; } #Gets or sets the subject value.
public Boolean QuerySucceeded { get; set; } #Gets or sets the query succeeded value.
public String FailureReason { get; set; } #Gets or sets the failure reason value.
public Int32 CertificateObservationCount { get; set; } #Gets or sets the certificate observation count value.
public Int32 UniqueCertificateCount { get; set; } #Gets or sets the unique certificate count value.
public Nullable<DateTimeOffset> FirstSeenUtc { get; set; } #Gets or sets the first seen utc value.
public Nullable<DateTimeOffset> LastSeenUtc { get; set; } #Gets or sets the last seen utc value.
public IReadOnlyDictionary<String, Int32> IssuerCounts { get; set; } #Gets or sets the issuer counts value.
public Int32 ActiveCertificateCount { get; set; } #Gets or sets the active certificate count value.
public Int32 ExpiredCertificateCount { get; set; } #Gets or sets the expired certificate count value.
public Int32 NotYetValidCertificateCount { get; set; } #Gets or sets the not yet valid certificate count value.
public Int32 WildcardCertificateCount { get; set; } #Gets or sets the wildcard certificate count value.
public Int32 IssuedLast7Days { get; set; } #Gets or sets the issued last7 days value.
public Int32 IssuedLast30Days { get; set; } #Gets or sets the issued last30 days value.
public Boolean ResultsCapped { get; set; } #Gets or sets the results capped value.
public IReadOnlyList<CtTimelineBucket> Timeline { get; set; } #Gets or sets the timeline value.
public IReadOnlyList<CtCertificateSample> RecentCertificates { get; set; } #Gets or sets the recent certificates value.
public IReadOnlyList<Assessment> Assessments { get; set; } #Gets or sets the assessments value.
public String Status { get; set; } #Gets or sets the status value.
public Int32 WarningCount { get; set; } #Gets or sets the warning count value.
public Int32 ErrorCount { get; set; } #Gets or sets the error count value.
public String Summary { get; set; } #Gets or sets the summary value.
public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #Gets or sets the recommendations value.
public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #Gets or sets the positives value.
public IReadOnlyList<String> References { get; set; } #Gets or sets the references value.
public CertificateTransparencyTimelineAnalysis Raw { get; set; } #Gets or sets the raw value.