API Reference
Class
DirectoryUserGroupsSnapshot
Represents direct and recursive group memberships resolved for a user.
Inheritance
- Object
- DirectoryUserGroupsSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public DirectoryUserGroupsSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Identity { get; set; } #Gets the identity used to resolve the user.
public String DomainName { get; set; } #Gets the domain DNS name used for lookup.
public String DistinguishedName { get; set; } #Gets the user distinguished name.
public String SamAccountName { get; set; } #Gets the resolved user sAMAccountName.
public String UserPrincipalName { get; set; } #Gets the resolved user principal name.
public IReadOnlyList<String> DirectGroups { get; set; } #Gets direct memberOf group distinguished names.
public IReadOnlyList<GroupParentEntry> RecursiveGroups { get; set; } #Gets recursively resolved parent groups.