API Reference
GroupMembershipAdeView
Detailed per-object group membership view suitable for “ADE” style tables.
Inheritance
- Object
- GroupMembershipAdeView
Constructors
public GroupMembershipAdeView() #Inherited Methods
Properties
public String GroupName { get; set; } #Source group name for which membership was expanded.
public String Name { get; set; } #Object name.
public String SamAccountName { get; set; } #SAM account name.
public String DomainName { get; set; } #Object domain name.
public String DisplayName { get; set; } #Display name.
public Boolean Enabled { get; set; } #Enabled flag for the object.
public GroupType GroupType { get; set; } #Group type flags when applicable.
public GroupScope GroupScope { get; set; } #Group scope when applicable.
public String Type { get; set; } #LDAP objectClass-like string (“group”, “user”, etc.).
public Int32 DirectMembers { get; set; } #Number of direct members.
public Int32 DirectGroups { get; set; } #Number of direct member groups.
public Int32 IndirectMembers { get; set; } #Number of indirect members through nesting.
public Int32 TotalMembers { get; set; } #Total count of members.
public Int32 Nesting { get; set; } #Nesting depth for the entry.
public Boolean CircularDirect { get; set; } #Indicates a direct membership loop was detected.
public Boolean CircularIndirect { get; set; } #Indicates an indirect membership loop was detected.
public Boolean CrossForest { get; set; } #Indicates cross-forest reference.
public String ParentGroup { get; set; } #Parent group display name.
public String ParentGroupDomain { get; set; } #Parent group domain.
public String ParentGroupDN { get; set; } #Parent group distinguished name.
public String GroupDomainName { get; set; } #Domain for the group owning the relationship.
public String DistinguishedName { get; set; } #Object distinguished name.
public String Sid { get; set; } #Object SID string.
public String Path { get; set; } #Full nesting path from the root group to this entry.
public String Description { get; set; } #Description (when available).
public Nullable<DateTime> LastLogonTimestamp { get; set; } #LastLogonTimestamp (UTC) when applicable.