API Reference
Class
CertificateInventoryNativeCtDiagnosticsHealthSummary
CT diagnostics health timeline and current status summary.
Inheritance
- Object
- CertificateInventoryNativeCtDiagnosticsHealthSummary
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
Constructors
public CertificateInventoryNativeCtDiagnosticsHealthSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<DateTimeOffset> SinceUtc { get; set; } #Gets or sets the since utc value.
public Nullable<DateTimeOffset> UntilUtc { get; set; } #Gets or sets the until utc value.
public Int32 LoadedSnapshotCount { get; set; } #Gets or sets the loaded snapshot count value.
public Int32 ExcludedByUntilCount { get; set; } #Gets or sets the excluded by until count value.
public Int32 ReturnedSnapshotCount { get; set; } #Gets or sets the returned snapshot count value.
public Int32 BreachedSnapshotCount { get; set; } #Gets or sets the breached snapshot count value.
public Nullable<DateTimeOffset> LatestSnapshotCapturedAtUtc { get; set; } #Gets or sets the latest snapshot captured at utc value.
public String LatestStatus { get; set; } #Gets or sets the latest status value.
public Nullable<DateTimeOffset> LastBreachCapturedAtUtc { get; set; } #Gets or sets the last breach captured at utc value.
public List<String> LatestBreachMessages { get; set; } #Gets or sets the latest breach messages value.
public CertificateInventoryNativeCtDiagnosticsAlertThresholds AlertThresholds { get; set; } #Gets or sets the alert thresholds value.
public List<CertificateInventoryNativeCtDiagnosticsHealthRow> Snapshots { get; set; } #Gets or sets the snapshots value.