API Reference
Class
AdxShareEvidenceEnrichmentResult
AD enrichment result for a ComputerX SMB share evidence package.
Inheritance
- Object
- AdxShareEvidenceEnrichmentResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public AdxShareEvidenceEnrichmentResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<AdxShareIdentityEnrichmentRow> Identities { get; set; } #Identity enrichment rows.
public IReadOnlyList<AdxShareGroupMemberEnrichmentRow> GroupMembers { get; set; } #Group expansion rows.
public Int32 PrincipalCount { get; set; } #Total unique principals extracted from the evidence package.
public Int32 ErrorCount { get; set; } #Total principals with resolution errors.