API Reference
Interface
IAdMigrationSidMappingResolver
Resolves source-to-destination SID mappings for migration principals.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Methods
public abstract IReadOnlyList<AdMigrationSidMapping> ResolveMappings(AdMigrationPlan plan) #Returns:
IReadOnlyList<AdMigrationSidMapping>Resolves SID mappings for a plan.
Parameters
- plan ADPlayground.Migrations.Core.AdMigrationPlan
- Migration plan.
Returns
SID mappings.