TestimoX

API Reference

Class

DirectoryGroupMembersSnapshot

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Represents direct and recursive memberships resolved for a group.

Inheritance

  • Object
  • DirectoryGroupMembersSnapshot

Constructors

Properties

public String Identity { get; set; } #

Gets the identity used to resolve the group.

public String DomainName { get; set; } #

Gets the domain DNS name used for lookup.

public String DistinguishedName { get; set; } #

Gets the group distinguished name.

public String SamAccountName { get; set; } #

Gets the resolved group sAMAccountName.

public IReadOnlyList<String> DirectMembers { get; set; } #

Gets direct member distinguished names.

public IReadOnlyList<GroupMembershipEntry> RecursiveMembers { get; set; } #

Gets recursively resolved membership entries.