API Reference
AdxShareDiagnosticsEnrichmentResult
Typed enrichment result for SMB share diagnostics. This is a code contract, not an artifact contract.
Inheritance
- Object
- AdxShareDiagnosticsEnrichmentResult
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
Constructors
public AdxShareDiagnosticsEnrichmentResult() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public SmbShareEvidencePackage Evidence { get; set; } #Source evidence package used for enrichment.
public IReadOnlyList<AdxShareIdentityEnrichmentRow> Identities { get; set; } #Resolved identities observed in permissions, ownership, findings, and open-file evidence.
public IReadOnlyList<AdxShareGroupMemberEnrichmentRow> GroupMembers { get; set; } #Expanded group members for permissioned groups.
public IReadOnlyList<AdxSharePermissionedGroup> PermissionedGroups { get; set; } #Permissioned groups observed directly on share or NTFS ACLs.
public IReadOnlyList<AdxShareOwnerMapping> OwnerMappings { get; set; } #Owner mappings that matched at least one share or item.
public IReadOnlyList<AdxShareDiscountedPrincipal> DiscountedPrincipals { get; set; } #Discounted principals normalized for this enrichment result.
public IReadOnlyList<AdxShareOwnerRiskPivot> OwnerRiskPivots { get; set; } #Typed owner risk pivots.
public IReadOnlyList<AdxShareReadinessSignal> ReadinessSignals { get; set; } #Readiness signals generated during enrichment.
public IReadOnlyList<AdxShareEffectiveAccessEntry> EffectiveAccess { get; set; } #Effective access entries computed from share ACLs, NTFS ACLs, and group expansion.
public IReadOnlyList<AdxShareRepairRecommendation> RepairRecommendations { get; set; } #Non-mutating repair recommendations.
public IReadOnlyList<AdxShareOpenFileActivitySummary> OpenFileActivity { get; set; } #Open-file activity summaries.
public IReadOnlyList<AdxShareInputValidationIssue> InputValidationIssues { get; set; } #Typed input validation issues.
public IReadOnlyList<String> Diagnostics { get; set; } #Non-fatal enrichment diagnostics.