API Reference
Class
TenableAuditDocument
Represents the parsed, provider-neutral contents of a Tenable audit source.
Inheritance
- Object
- TenableAuditDocument
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
- Method TenableAuditParser.Parse
Constructors
public TenableAuditDocument() #Inherited Methods
Properties
public String DisplayName { get; set; } #Gets or sets the source display name.
public String Profile { get; set; } #Gets or sets the source profile label.
public Dictionary<String, String> Variables { get; set; } #Gets or sets variable defaults declared in source metadata.
public List<TenableAuditItem> Items { get; set; } #Gets or sets every parsed custom item, including applicability preflight items.
public Dictionary<String, String> ReportedRecommendations { get; set; } #Gets or sets numbered recommendation descriptions found outside custom items.