API Reference
CertificateInventoryDriftSummary
Endpoint-level drift summary over persisted certificate inventory snapshots. Aggregate counts are calculated before is capped by max endpoints.
Inheritance
- Object
- CertificateInventoryDriftSummary
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 CertificateInventoryDriftSummary() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Int32 SnapshotCount { get; set; } #Gets or sets the snapshot count value.
public Int32 EndpointCount { get; set; } #Gets or sets the endpoint count value.
public Int32 EndpointsMatchingFilters { get; set; } #Gets or sets the endpoints matching filters value.
public Int32 EndpointsExcludedByChangedOnly { get; set; } #Gets or sets the endpoints excluded by changed only value.
public Int32 EndpointsExcludedByMinimumSeverity { get; set; } #Gets or sets the endpoints excluded by minimum severity value.
public Int32 EndpointsExcludedByChangeKindFilter { get; set; } #Gets or sets the endpoints excluded by change kind filter value.
public Int32 EndpointsExcludedByFilters { get; set; } #Gets or sets the endpoints excluded by filters value.
public Int32 EndpointsTruncatedByMaxEndpoints { get; set; } #Gets or sets the endpoints truncated by max endpoints value.
public List<String> AppliedChangeKinds { get; set; } #Gets or sets the applied change kinds value.
public String AppliedChangeKindMatchMode { get; set; } #Gets or sets the applied change kind match mode value.
public Int32 EndpointsWithAnyChange { get; set; } #Gets or sets the endpoints with any change value.
public Int32 EndpointsWithHighSeverityDrift { get; set; } #Gets or sets the endpoints with high severity drift value.
public Int32 EndpointsWithMediumSeverityDrift { get; set; } #Gets or sets the endpoints with medium severity drift value.
public Int32 EndpointsWithLowSeverityDrift { get; set; } #Gets or sets the endpoints with low severity drift value.
public Int32 EndpointsWithCertificateChange { get; set; } #Gets or sets the endpoints with certificate change value.
public Int32 EndpointsWithIssuerChange { get; set; } #Gets or sets the endpoints with issuer change value.
public Int32 EndpointsWithExpiryChange { get; set; } #Gets or sets the endpoints with expiry change value.
public Int32 EndpointsWithServiceChange { get; set; } #Gets or sets the endpoints with service change value.
public Int32 EndpointsWithAuthenticationProfileChange { get; set; } #Gets or sets the endpoints with authentication profile change value.
public Int32 EndpointsWithChainSourceChange { get; set; } #Gets or sets the endpoints with chain source change value.
public List<CertificateInventoryEndpointDrift> Endpoints { get; set; } #Gets or sets the endpoints value.