API Reference
Class
TenableAuditItem
Represents one parsed custom_item block.
Inheritance
- Object
- TenableAuditItem
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
- Property TenableAuditDocument.Items
Constructors
public TenableAuditItem() #Methods
public String Get(String name) #Returns:
StringGets a field value by name.
Parameters
- name System.String
Inherited Methods
Properties
public Int32 Index { get; set; } #Gets or sets the zero-based source item index.
public Dictionary<String, String> Fields { get; set; } #Gets or sets all source fields using case-insensitive keys.
public String Type { get; } #Gets the source item type.
public String Description { get; } #Gets the source description.
public String SourceRuleId { get; } #Gets the numbered source recommendation identifier, or null for preflight items.
public String RecommendationTitle { get; } #Gets the recommendation title with its numeric prefix removed.