API Reference
Class
UserGroupDetailScenarioOptions
Options for user detail scenarios that include group memberships.
Inheritance
- Object
- UserGroupDetailScenarioOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public UserGroupDetailScenarioOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Identity { get; set; } #Gets or sets user identity (sAMAccountName, UPN, DN, mail, or name).
public IEnumerable<String> Domains { get; set; } #Gets or sets explicit domain list to query.
public Boolean IncludeForestDomains { get; set; } #Gets or sets whether to include forest domains when Domains is empty.
public Boolean RecursiveGroups { get; set; } #Gets or sets whether recursive parent groups should be resolved.
public Int32 GroupRecursionDepth { get; set; } #Gets or sets maximum recursion depth for recursive parent-group resolution.