API Reference
Class
DirectoryEssentialsData
Collected Directory Essentials dataset.
Inheritance
- Object
- DirectoryEssentialsData
Constructors
public DirectoryEssentialsData() #Inherited Methods
Properties
public DateTimeOffset GeneratedAt { get; set; } #When the collection was generated.
public DirectoryEssentialsScope Scope { get; set; } #Collection scope.
public DirectoryEssentialsOptions Options { get; set; } #Collection options.
public IReadOnlyList<DirectoryEssentialsMessage> Messages { get; set; } #Messages captured during collection.
public DirectoryEssentialsSummary Summary { get; set; } #Summary counters.
public IReadOnlyList<UserEssentialsRow> Users { get; set; } #User rows.
public IReadOnlyList<ComputerEssentialsRow> Computers { get; set; } #Computer rows.
public IReadOnlyList<GroupEssentialsRow> Groups { get; set; } #Group rows.
public IReadOnlyList<AccountDelegationRow> AccountDelegation { get; set; } #Account delegation rows.
public IReadOnlyList<BrokenProtectedFromDeletionRow> BrokenProtectedFromDeletion { get; set; } #Accidental deletion protection rows.
public IReadOnlyList<ServiceAccountRow> ServiceAccounts { get; set; } #Service account rows.
public IReadOnlyList<PasswordPolicyInfo> PasswordPolicies { get; set; } #Password policy rows.
public IReadOnlyList<LapsAndBitLockerRow> Laps { get; set; } #LAPS-only rows.
public IReadOnlyList<LapsAndBitLockerRow> BitLocker { get; set; } #BitLocker-only rows.
public IReadOnlyList<LapsAndBitLockerRow> LapsAndBitLocker { get; set; } #LAPS + BitLocker rows.
public IReadOnlyList<LapsAclRow> LapsAcl { get; set; } #LAPS ACL rows.
public IReadOnlyList<ForestAclOwnerRow> ForestAclOwners { get; set; } #Forest ACL owner rows.
public SchemaReportData Schema { get; set; } #Schema report data.
public GlobalCatalogComparisonData GlobalCatalogComparison { get; set; } #Global catalog comparison report data.