TestimoX

API Reference

Class

DirectoryUserGroupsSnapshot

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Represents direct and recursive group memberships resolved for a user.

Inheritance

  • Object
  • DirectoryUserGroupsSnapshot

Constructors

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.