API Reference
Class
BroadTrusteeDelegationExposureService
Builds a trustee-indexed delegation exposure view focused on broad principals: Authenticated Users, Domain Users, Domain Computers, and Everyone.
Inheritance
- Object
- BroadTrusteeDelegationExposureService
Methods
Evaluate 2 overloads
public static View Evaluate(String domainName, String domainDn = null) #Returns:
ViewEvaluates broad-trustee delegation exposure.
Parameters
- domainName System.String
- DNS domain name.
- domainDn System.String = null
- Optional distinguished name of domain root; enables sensitive-object checks when provided.
Returns
Trustee-indexed exposure view.
public static View Evaluate(String domainName, String domainDn, IDictionary<String, Object> parameters) #Returns:
ViewEvaluates broad-trustee delegation exposure using a parameter bag.
Parameters
- domainName System.String
- DNS domain name.
- domainDn System.String
- Optional distinguished name of domain root; enables sensitive-object checks when provided.
- parameters System.Collections.Generic.IDictionary{System.String,System.Object}
- Optional parameters. Supported: IncludeApplyOnly (bool, default: true).
Returns
Trustee-indexed exposure view.