API Reference
Class
Aggregate
Aggregated views for the three sIDHistory evaluators.
Inheritance
- Object
- Aggregate
Constructors
public Aggregate(View Dangerous, View ForeignDomains, View SameDomain, Boolean QuerySucceeded, String ErrorMessage) #Aggregated views for the three sIDHistory evaluators.
Parameters
- Dangerous ADPlayground.Trusts.SidHistoryDangerousEvaluator.View
- Accounts with dangerous sIDHistory entries.
- ForeignDomains ADPlayground.Trusts.SidHistoryForeignDomainsEvaluator.View
- Accounts with sIDHistory from foreign domains.
- SameDomain ADPlayground.Trusts.SidHistorySameDomainEvaluator.View
- Accounts with sIDHistory from the same domain.
- QuerySucceeded System.Boolean
- True when all component evaluations collected source data successfully.
- ErrorMessage System.String
- Optional aggregate collection error details.
Methods
public Aggregate <Clone>$() #Returns:
Aggregatepublic Void Deconstruct(out View Dangerous, out View ForeignDomains, out View SameDomain, out Boolean QuerySucceeded, out String ErrorMessage) #Returns:
VoidParameters
- Dangerous View
- ForeignDomains View
- SameDomain View
- QuerySucceeded Boolean
- ErrorMessage String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public View Dangerous { get; set; } #Accounts with dangerous sIDHistory entries.
public View ForeignDomains { get; set; } #Accounts with sIDHistory from foreign domains.
public View SameDomain { get; set; } #Accounts with sIDHistory from the same domain.
public Boolean QuerySucceeded { get; set; } #True when all component evaluations collected source data successfully.
public String ErrorMessage { get; set; } #Optional aggregate collection error details.