TestimoX

API Reference

Class

TenableAuditDocument

Namespace TestimoX.Benchmarks.Import
Assembly TestimoX
Modifiers sealed

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

Constructors

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.