Audit
An audit stores the information gathered during the analysis.
interface Audit {
name: string;
records: Record[];
}
Fields
Reference
Fields
name
version : 1.0.0
stability: stable
name: string;
The name of the Audit (unique identifier).
records
version : 1.0.0
stability: stable
records: Record[];
List of Record that details the data gathered by the Audit during the analysis. All the Audit and Detection's records implement this interface.