TestimoX

API Reference

Interface

IIdentityExposureGraphProvider

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers abstract

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 requiredposition: 0
Provider request.
cancellationToken System.Threading.CancellationToken = null optionalposition: 1
Cancellation token.

Returns

Identity exposure snapshot.

Properties

public abstract IdentityExposureProviderDescriptor Descriptor { get; } #

Provider descriptor.