API Reference
Class
DirectoryUserGroupsSnapshot
Represents direct and recursive group memberships resolved for a user.
Inheritance
- Object
- DirectoryUserGroupsSnapshot
Constructors
public DirectoryUserGroupsSnapshot() #Inherited Methods
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.