API Reference
Class
AdxSharePermissionedGroup
Group-like identity that appears directly on share or NTFS permissions.
Inheritance
- Object
- AdxSharePermissionedGroup
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AdxSharePermissionedGroup() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String IdentityKey { get; set; } #Identity key used for enrichment.
public String Sid { get; set; } #Resolved SID when known.
public String Name { get; set; } #Resolved display or account name.
public String DistinguishedName { get; set; } #Directory distinguished name when known.
public String RightsSummary { get; set; } #Combined rights observed for the group.
public Int32 ReferenceCount { get; set; } #Number of ACL rows referencing the group.
public Int32 MemberCount { get; set; } #Expanded member count excluding the root group row.
public Int32 NestedGroupCount { get; set; } #Nested group count excluding the root group row.
public Boolean HasCircularMembership { get; set; } #True when any group expansion row reported a cycle.
public Boolean IsDiscounted { get; set; } #True when the group is configured as discounted.