TestimoX

API Reference

Class

ActiveDirectoryIdentityExposureProvider

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers sealed

Active Directory identity exposure graph provider backed by ADPlayground collectors.

Inheritance

  • Object
  • ActiveDirectoryIdentityExposureProvider

Constructors

public ActiveDirectoryIdentityExposureProvider() #

Methods

public virtual async Task<IdentityExposureSnapshot> GetSnapshotAsync(IdentityExposureProviderRequest request, CancellationToken cancellationToken = null) #
Returns: Task<IdentityExposureSnapshot>

Parameters

request ADPlayground.IdentityExposure.IdentityExposureProviderRequest requiredposition: 0
cancellationToken System.Threading.CancellationToken = null optionalposition: 1

Properties

public virtual IdentityExposureProviderDescriptor Descriptor { get; } #