TestimoX

API Reference

Class

LocalIdentityInventoryQueryResult

Namespace ComputerX.Identity
Assembly ComputerX
Modifiers sealed

Local identity inventory query result.

Inheritance

  • Object
  • LocalIdentityInventoryQueryResult

Constructors

public LocalIdentityInventoryQueryResult() #

Properties

public String ComputerName { get; set; } #

Computer name that was queried.

public DateTime CollectedAtUtc { get; set; } #

UTC timestamp when collection completed.

public IReadOnlyList<LocalUserAccountInfo> Users { get; set; } #

Local user accounts.

public IReadOnlyList<LocalGroupInfo> Groups { get; set; } #

Local groups.