TestimoX

API Reference

Class

Options (DomainControllerLdapConnectivityPostureService)

Namespace ADPlayground.DomainControllers.DomainControllerLdapConnectivityPostureService
Assembly ADPlayground
Modifiers sealed

Options controlling per-domain-controller LDAP connectivity posture evaluation.

Inheritance

  • Object
  • Options

Constructors

Properties

public String DomainControllerName { get; set; } #

Target domain controller FQDN or host name.

public String DomainName { get; set; } #

DNS domain name used for certificate-name evaluation when available.

public String Identity { get; set; } #

Optional identity string used for RootDSE/identity verification.

public Boolean VerifyCertificate { get; set; } #

Whether LDAPS certificate posture should be validated.

public Boolean SkipGlobalCatalog { get; set; } #

Whether Global Catalog ports should be skipped.

public Int32 RetryCount { get; set; } #

Port probe retry count.

public Int32 RetryDelayMs { get; set; } #

Delay between retries in milliseconds.

public Int32 ServerBudgetMs { get; set; } #

Total wall-clock budget for the server probe in milliseconds.

public Int32 PerPortTimeoutMs { get; set; } #

Timeout per LDAP/LDAPS endpoint probe in milliseconds.

public Int32 EnrichmentTimeoutMs { get; set; } #

Timeout budget for readable-view enrichment in milliseconds.