TestimoX

API Reference

Enum

RuleSelectionProfile

Namespace TestimoX.Execution
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Curated rule-selection profiles that shape execution toward a specific assessment experience.

Inheritance

  • Enum
  • RuleSelectionProfile

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const RuleSelectionProfile None #

No curated profile is applied.

Value: 0
public const RuleSelectionProfile AdSecurityAssessment #

Focused Active Directory security assessment covering identity, delegation, trusts, Kerberos, GPO/SYSVOL, and topology posture while deferring PKI/ADCS.

Value: 1
public const RuleSelectionProfile DnsSecurityAudit #

AD-integrated DNS audit profile covering applicable NIST SP 800-81 Rev. 3 posture, Windows DNS Server configuration flaws, and AD/DNS metadata cleanup.

Value: 2
public const RuleSelectionProfile NistDnsAudit #

AD-integrated DNS audit profile focused on applicable NIST SP 800-81 Rev. 3-aligned checks.

Value: 3
public const RuleSelectionProfile GeneralDnsConfigurationAudit #

AD-integrated DNS audit profile focused on Windows DNS Server configuration flaws and operational hygiene.

Value: 4
public const RuleSelectionProfile AdDnsCleanupAudit #

DNS audit profile focused on stale AD/DNS metadata and safe cleanup candidates.

Value: 5