TestimoX

API Reference

Enum

Area

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

Defines areas to which a rule may belong.

Inheritance

  • Enum
  • Area

Values

public const Area Overall #

Overall posture or rollup.

Value: 0
public const Area WindowsConfiguration #

Windows security and system configuration.

Value: 1
public const Area EventLogs #

Event logging and audit configuration.

Value: 2
public const Area FileSystem #

File system permissions and configuration.

Value: 3
public const Area System #

Core operating system settings.

Value: 4
public const Area Network #

Network services and settings.

Value: 5
public const Area DFS #

Distributed File System.

Value: 6
public const Area DHCP #

DHCP service and configuration.

Value: 7
public const Area DNS #

Domain Name System.

Value: 8
public const Area LDAP #

Lightweight Directory Access Protocol.

Value: 9
public const Area NTP #

Network Time Protocol.

Value: 10
public const Area PKI #

Public Key Infrastructure.

Value: 11
public const Area RADIUS #

Remote Authentication Dial-In User Service.

Value: 12
public const Area SMB #

Server Message Block.

Value: 13
public const Area Recovery #

Backup, restore, and disaster recovery.

Value: 14
public const Area Objects #

Directory objects (users/groups/computers/etc.).

Value: 15
public const Area GroupPolicy #

Group Policy Objects and processing.

Value: 16
public const Area Sites #

Active Directory Sites and Services.

Value: 17
public const Area Services #

Windows and domain services.

Value: 18
public const Area SysVol #

SYSVOL and NETLOGON.

Value: 19
public const Area Health #

Health/diagnostics checks.

Value: 20
public const Area Networking #

Networking (alias for Network) to support legacy rules.

Value: 21
public const Area Authentication #

Authentication settings and controls.

Value: 22
public const Area Auditing #

Auditing policy and telemetry.

Value: 23
public const Area Accounts #

Account and identity hygiene.

Value: 24
public const Area Platform #

Platform/firmware/boot protections.

Value: 25
public const Area Credentials #

Credential protection and policies.

Value: 26
public const Area NetworkAccess #

Network access control and restrictions.

Value: 27
public const Area RemoteManagement #

Remote management stack (WinRM/PowerShell remoting).

Value: 28
public const Area Configuration #

General configuration grouping (legacy PS compatibility).

Value: 29
public const Area Replication #

Directory replication topology and health.

Value: 30