API Reference
Class
UserCatalogScenarioOptions
Options for user catalog scenarios.
Inheritance
- Object
- UserCatalogScenarioOptions
Constructors
public UserCatalogScenarioOptions() #Inherited Methods
Properties
public IEnumerable<String> Domains { get; set; } #Explicit domain list to query.
public DirectoryScenarioScope Scope { get; set; } #Default scope used when Domains is empty.
public Boolean IncludeTrustedDomains { get; set; } #Includes trusted domains when scope is forest-based.
public UserProperties PropertySet { get; set; } #User property set to retrieve.
public UserFilter Filter { get; set; } #User filter flags.
public Nullable<Int32> MinInactiveDays { get; set; } #Minimum inactivity days filter.
public Nullable<Int32> MinPasswordAgeDays { get; set; } #Minimum password age days filter.
public Boolean ResolveTrueLastLogon { get; set; } #Resolves true last logon across DCs.
public Int32 TrueLastLogonDegreeOfParallelism { get; set; } #Degree of parallelism for true last logon resolution.
public DirectoryScenarioOutputProfile Profile { get; set; } #Output profile for the scenario.
public DirectoryScenarioPagingOptions Paging { get; set; } #Optional output paging applied after deterministic ordering.