API Reference
Class
GroupMemberView
Minimal, readable projection for group members used in tables.
Inheritance
- Object
- GroupMemberView
Constructors
public GroupMemberView() #Inherited Methods
Properties
public String Name { get; set; } #Preferred display name.
public String SamAccountName { get; set; } #Account SAM (when applicable).
public String DomainName { get; set; } #Account domain.
public Nullable<Boolean> Enabled { get; set; } #Enabled state for account objects (null for non-account SIDs).
public Nullable<Boolean> IsForeignSid { get; set; } #True when SID is from another domain/forest.
public String Sid { get; set; } #Security identifier (SID).
public AdministrativeIdentityType AdministrativeType { get; set; } #Administrative identity classification (Tier0/Privileged/Unknown).