API Reference
Class
View (SidHistoryDangerousEvaluator)
View listing accounts whose SIDHistory contains dangerous RIDs.
Inheritance
- Object
- View
Constructors
public View(String DomainName, IReadOnlyList<Item> Items, Boolean QuerySucceeded, String ErrorMessage) #View listing accounts whose SIDHistory contains dangerous RIDs.
Parameters
- DomainName System.String
- Evaluated domain.
- Items System.Collections.Generic.IReadOnlyList{ADPlayground.Trusts.SidHistoryDangerousEvaluator.Item}
- Risky entries.
- QuerySucceeded System.Boolean
- True when source data was successfully collected.
- ErrorMessage System.String
- Optional collection error details.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out IReadOnlyList<Item> Items, out Boolean QuerySucceeded, out String ErrorMessage) #Returns:
VoidParameters
- DomainName String
- Items IReadOnlyList<Item>
- QuerySucceeded Boolean
- ErrorMessage String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String