API Reference
Interface
IIdentityExposureGraphProvider
Provides identity exposure graph snapshots from a reusable source.
Methods
public abstract Task<IdentityExposureSnapshot> GetSnapshotAsync(IdentityExposureProviderRequest request, CancellationToken cancellationToken = null) #Returns:
Task<IdentityExposureSnapshot>Builds an identity exposure snapshot for the requested scope.
Parameters
- request ADPlayground.IdentityExposure.IdentityExposureProviderRequest
- Provider request.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token.
Returns
Identity exposure snapshot.
Properties
public abstract IdentityExposureProviderDescriptor Descriptor { get; } #Provider descriptor.