API Reference
Class
Diagnostics (DomainControllerLdapConnectivityPostureService)
Diagnostics captured during LDAP connectivity posture evaluation.
Inheritance
- Object
- Diagnostics
Constructors
public Diagnostics() #Inherited Methods
Properties
public Boolean VerifyCertificate { get; set; } #Whether certificate validation was requested.
public Boolean SkipGlobalCatalog { get; set; } #Whether Global Catalog checks were skipped.
public Int32 RetryCount { get; set; } #Retry count used for the scan.
public Int32 RetryDelayMs { get; set; } #Retry delay used for the scan in milliseconds.
public Int32 ServerBudgetMs { get; set; } #Per-server wall-clock budget in milliseconds.
public Int32 PerPortTimeoutMs { get; set; } #Per-port timeout in milliseconds.
public Int32 EnrichmentTimeoutMs { get; set; } #Readable-view enrichment timeout in milliseconds.