API Reference
Class
OuBadSuccessorService
Aggregates risky OU delegation as a posture view. Uses OuDelegationService snapshot and groups records per OU. Intended to back a consolidated "OU delegation risk" rule.
Inheritance
- Object
- OuBadSuccessorService
Methods
Evaluate 3 overloads
public static View Evaluate(String domainName) #Returns:
ViewComputes OU delegation risk posture for a domain using OuDelegationService data.
Parameters
- domainName System.String
- DNS domain name.
Returns
Aggregated risk view with per‑OU scores and counts.
public static View Evaluate(String domainName, IDictionary<String, Object> parameters) #Returns:
ViewComputes OU delegation risk posture for a domain using OuDelegationService data. Allows optionally attaching Deny entries for awareness.
Parameters
- domainName System.String
- includeDeny System.Boolean
Evaluate(System.String domainName, System.Collections.Generic.IDictionary{System.String,System.Object} parameters) #Computes OU delegation risk posture, parsing options from a generic parameter bag. Recognized: IncludeDeny (bool or string "true"/"false").
Parameters
- domainName System.String
- parameters System.Collections.Generic.IDictionary{System.String,System.Object}