API Reference
Class
AdxShareEvidenceEnrichmentOptions
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
public AdxShareEvidenceEnrichmentOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.