TestimoX

API Reference

Class

AdxShareEvidenceEnrichmentOptions

Namespace ADPlayground.ShareDiagnostics
Assembly ADPlayground
Modifiers sealed

Options for enriching ComputerX SMB share evidence with Active Directory identity context.

Inheritance

  • Object
  • AdxShareEvidenceEnrichmentOptions

Usage

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

Accepted by parameters

Constructors

Properties

public Boolean ExpandGroups { get; set; } #

Expands AD group principals found in the evidence package.

public Int32 MaxGroupDepth { get; set; } #

Maximum nested group expansion depth.

public String DomainController { get; set; } #

Optional domain controller used by group expansion.

public Nullable<TimeSpan> Timeout { get; set; } #

Directory query timeout.

public Func<String, IdentityInfo> IdentityResolver { get; set; } #

Optional resolver override for tests or offline enrichment.

public Func<String, GroupMembershipResult> GroupResolver { get; set; } #

Optional group resolver override for tests or offline enrichment.