API Reference
CertificateInventoryPolicyDriftSummary
Point-in-time policy drift summary between two certificate inventory snapshots.
Inheritance
- Object
- CertificateInventoryPolicyDriftSummary
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 CertificateInventoryPolicyDriftSummary() #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 Nullable<DateTimeOffset> RequestedPreviousCapturedAtUtc { get; set; } #Gets or sets the requested previous captured at utc value.
public Nullable<DateTimeOffset> RequestedCurrentCapturedAtUtc { get; set; } #Gets or sets the requested current captured at utc value.
public Nullable<DateTimeOffset> PreviousCapturedAtUtc { get; set; } #Gets or sets the previous captured at utc value.
public Nullable<DateTimeOffset> CurrentCapturedAtUtc { get; set; } #Gets or sets the current captured at utc value.
public Int32 PreviousEndpointCount { get; set; } #Gets or sets the previous endpoint count value.
public Int32 CurrentEndpointCount { get; set; } #Gets or sets the current endpoint count value.
public Int32 EndpointCount { get; set; } #Gets or sets the endpoint count value.
public Int32 PreviousViolationEndpointCount { get; set; } #Gets or sets the previous violation endpoint count value.
public Int32 CurrentViolationEndpointCount { get; set; } #Gets or sets the current violation endpoint count value.
public Int32 AddedViolationEndpointCount { get; set; } #Gets or sets the added violation endpoint count value.
public Int32 ResolvedViolationEndpointCount { get; set; } #Gets or sets the resolved violation endpoint count value.
public Int32 IncreasedViolationEndpointCount { get; set; } #Gets or sets the increased violation endpoint count value.
public Int32 DecreasedViolationEndpointCount { get; set; } #Gets or sets the decreased violation endpoint count value.
public Int32 UnchangedViolationEndpointCount { get; set; } #Gets or sets the unchanged violation endpoint count value.
public Int32 EndpointsWithAnyPolicyChange { get; set; } #Gets or sets the endpoints with any policy change 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 EndpointsTruncatedByMaxEndpoints { get; set; } #Gets or sets the endpoints truncated by max endpoints value.
public Boolean Truncated { get; set; } #Gets or sets the truncated value.
public List<String> Warnings { get; set; } #Gets or sets the warnings value.
public Dictionary<String, Int32> NewViolationCodeCounts { get; set; } #Gets or sets the new violation code counts value.
public Dictionary<String, Int32> ResolvedViolationCodeCounts { get; set; } #Gets or sets the resolved violation code counts value.
public List<CertificateInventoryEndpointPolicyDrift> Endpoints { get; set; } #Gets or sets the endpoints value.