API Reference
Class
View (PrimaryGroupReadabilityService)
Aggregated results for primaryGroupID readability across users and computers.
Inheritance
- Object
- View
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS domain name evaluated.
public Int32 TotalUsers { get; set; } #Total number of enabled user accounts scanned.
public Int32 UsersWithoutPrimaryGroupId { get; set; } #Users missing a readable primaryGroupID (null/unspecified).
public IReadOnlyList<Account> UsersMissing { get; set; } #User accounts missing primaryGroupID details.
public Int32 TotalComputers { get; set; } #Total number of enabled computer accounts scanned.
public Int32 ComputersWithoutPrimaryGroupId { get; set; } #Computer accounts missing a readable primaryGroupID (null/unspecified).
public IReadOnlyList<Account> ComputersMissing { get; set; } #Computer accounts missing primaryGroupID details.
public Int32 TotalMissingPrimaryGroupId { get; } #Total number of user and computer objects missing a readable primaryGroupID.