API Reference
Class
AdxShareIdentityResolver
Default ADPlayground-backed identity resolver for SMB share diagnostics enrichment.
Inheritance
- Object
- AdxShareIdentityResolver
Constructors
public AdxShareIdentityResolver() #Methods
public virtual IReadOnlyList<AdxShareGroupMemberEnrichmentRow> ExpandGroups(IReadOnlyList<String> groupIdentityKeys, String domainController, Int32 maxDepth, Nullable<TimeSpan> timeLimit, CancellationToken cancellationToken) #Returns:
IReadOnlyList<AdxShareGroupMemberEnrichmentRow>Parameters
- groupIdentityKeys System.Collections.Generic.IReadOnlyList{System.String}
- domainController System.String
- maxDepth System.Int32
- timeLimit System.Nullable{System.TimeSpan}
- cancellationToken System.Threading.CancellationToken
public virtual AdxShareIdentityEnrichmentRow ResolveIdentity(String identityKey, Nullable<TimeSpan> timeLimit) #Returns:
AdxShareIdentityEnrichmentRowParameters
- identityKey System.String
- timeLimit System.Nullable{System.TimeSpan}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object