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