API Reference
Class
View (DomainJoinComputerOwnerPostureService)
Aggregated domain-join creator posture view.
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; } #Domain DNS name.
public Boolean CollectionSucceeded { get; set; } #Gets a value indicating whether collection completed.
public String CollectionError { get; set; } #Collection error details when collection fails.
public Int32 ComputerCount { get; set; } #Total rows before row limiting.
public Int32 EnabledComputerCount { get; set; } #Enabled computers in the result set.
public Int32 DistinctCreatorSidCount { get; set; } #Number of distinct creator SIDs.
public Boolean Truncated { get; set; } #Gets a value indicating whether output rows were truncated.
public IReadOnlyList<Item> Items { get; set; } #Computer accounts with creator SIDs.
public IReadOnlyList<Item> EnabledComputers { get; set; } #Enabled computer accounts with creator SIDs.