API Reference
CertificateInventoryPolicySummary
Policy posture summary over persisted certificate inventory snapshots.
Inheritance
- Object
- CertificateInventoryPolicySummary
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 CertificateInventoryPolicySummary() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String BaselineProfile { get; set; } #Gets or sets the baseline profile value.
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 MatchedEndpointCount { get; set; } #Number of endpoint rows matching include/exclude filters before max-endpoint limiting.
public Int32 EndpointsTruncatedByMaxEndpoints { get; set; } #Number of matched endpoint rows omitted by max-endpoint limiting.
public Boolean Truncated { get; set; } #True when matched endpoint rows were truncated by max-endpoint limiting.
public Int32 ViolationEndpointCount { get; set; } #Gets or sets the violation endpoint count value.
public Int32 CompliantEndpointCount { get; set; } #Gets or sets the compliant endpoint count value.
public Int32 TotalViolationCount { get; set; } #Gets or sets the total violation count value.
public Int32 CriticalViolationCount { get; set; } #Gets or sets the critical violation count value.
public Int32 HighViolationCount { get; set; } #Gets or sets the high violation count value.
public Int32 MediumViolationCount { get; set; } #Gets or sets the medium violation count value.
public Int32 LowViolationCount { get; set; } #Gets or sets the low violation count value.
public Dictionary<String, Int32> ViolationCodeCounts { get; set; } #Gets or sets the violation code counts value.
public List<CertificateInventoryEndpointPolicy> Endpoints { get; set; } #Gets or sets the endpoints value.