API Reference
Class
CertificateInventoryNativeCtDiagnosticsAlertThresholds
Thresholds used to evaluate native CT diagnostics for alerting.
Inheritance
- Object
- CertificateInventoryNativeCtDiagnosticsAlertThresholds
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 CertificateInventoryNativeCtDiagnosticsAlertThresholds() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> MaxFailedDiagnostics { get; set; } #Maximum allowed number of diagnostics in Failed state.
public Nullable<Int32> MaxCircuitOpenDiagnostics { get; set; } #Maximum allowed number of diagnostics in CircuitOpen state.
public Nullable<Int64> MaxLagAfter { get; set; } #Maximum allowed LagAfter value among matched diagnostics.
public Boolean HasAnyThreshold { get; } #True when at least one threshold is configured.