API Reference
Class
AuditNormalizedFinding
Normalized finding derived from a rule result payload.
Inheritance
- Object
- AuditNormalizedFinding
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 AuditNormalizedFinding() #Inherited Methods
Properties
public String FindingId { get; set; } #Gets or sets the deterministic finding identifier.
public String FindingType { get; set; } #Gets or sets the finding type.
public String Status { get; set; } #Gets or sets the finding status.
public String Title { get; set; } #Gets or sets the finding title.
public String Summary { get; set; } #Gets or sets the finding summary.
public Dictionary<String, Object> Identity { get; set; } #Gets or sets the extracted identity values for the finding.
public Dictionary<String, Object> Properties { get; set; } #Gets or sets the captured property values for the finding.
public List<String> EvidenceRefIds { get; set; } #Gets or sets the evidence reference identifiers linked to the finding.