API Reference
Class
CertificateInventoryNativeCtDiagnosticsHealthQuery
Query options for CT diagnostics health timeline built from persisted inventory snapshots.
Inheritance
- Object
- CertificateInventoryNativeCtDiagnosticsHealthQuery
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public CertificateInventoryNativeCtDiagnosticsHealthQuery() #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 Boolean LatestSnapshotOnly { get; set; } #Gets or sets the latest snapshot only value.
public Int32 MaxSnapshots { get; set; } #Gets or sets the max snapshots value.
public CertificateInventoryNativeCtDiagnosticsAlertThresholds AlertThresholds { get; set; } #Gets or sets the alert thresholds value.