TestimoX

API Reference

Class

TenableAuditItem

Namespace TestimoX.Benchmarks.Import
Assembly TestimoX
Modifiers sealed

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

Constructors

Methods

public String Get(String name) #
Returns: String

Gets a field value by name.

Parameters

name System.String requiredposition: 0

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.