API Reference
Class
PrivilegedGroupSummaryRow
Privileged group summary row.
Inheritance
- Object
- PrivilegedGroupSummaryRow
Constructors
public PrivilegedGroupSummaryRow() #Inherited Methods
Properties
public String DomainName { get; set; } #Group domain name.
public String Scope { get; set; } #Group scope: builtin/domain/unknown.
public Boolean Found { get; set; } #Indicates whether the group resolved.
public Boolean HasErrors { get; set; } #Indicates whether errors occurred during retrieval.
public String GroupName { get; set; } #Best display label for the group.
public String GroupSamAccountName { get; set; } #Group sAMAccountName.
public String GroupDistinguishedName { get; set; } #Group distinguished name.
public String GroupSid { get; set; } #Group SID value.
public String GroupKind { get; set; } #Group kind enum string.
public String MemberCountMode { get; set; } #Member count mode string.
public String Error { get; set; } #Optional error details when Found is false.
public Nullable<Int32> MemberCount { get; set; } #Optional effective nested member count.
public IReadOnlyList<String> MemberSample { get; set; } #Optional member sample labels.
public Nullable<Boolean> MemberSampleTruncated { get; set; } #Indicates whether member sample was truncated.