API Reference
RuleSelectionProfile
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.
Returned or exposed by
- Property RunConfig.Profile
- Property ServiceConfigTemplateOptions.Profile
- Property TestRunConfig.Profile
- Property ExecutionConfiguration.SelectionProfile
- Property RuleSelectionOptions.Profile
- Method RuleSelectionParsing.ParseProfile
- Field RuleSelectionProfile.AdDnsCleanupAudit
- Field RuleSelectionProfile.AdSecurityAssessment
- Field RuleSelectionProfile.DnsSecurityAudit
- Field RuleSelectionProfile.GeneralDnsConfigurationAudit
- Field RuleSelectionProfile.NistDnsAudit
- Field RuleSelectionProfile.None
- Method RuleSelectionProfileCatalog.Parse
- Property RuleSelectionProfileInfo.Profile
- Property Testimo.SelectionProfile
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const RuleSelectionProfile AdSecurityAssessment #Focused Active Directory security assessment covering identity, delegation, trusts, Kerberos, GPO/SYSVOL, and topology posture while deferring PKI/ADCS.
1public 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.
2public const RuleSelectionProfile NistDnsAudit #AD-integrated DNS audit profile focused on applicable NIST SP 800-81 Rev. 3-aligned checks.
3public const RuleSelectionProfile GeneralDnsConfigurationAudit #AD-integrated DNS audit profile focused on Windows DNS Server configuration flaws and operational hygiene.
4public const RuleSelectionProfile AdDnsCleanupAudit #DNS audit profile focused on stale AD/DNS metadata and safe cleanup candidates.
5