API Reference
Class
AccountDelegationPostureService
Builds a typed posture view over account-level delegation configurations.
Inheritance
- Object
- AccountDelegationPostureService
Methods
public static View Evaluate(Options options = null, Func<IReadOnlyList<String>, DirectoryEssentialsOptions, IReadOnlyList<AccountDelegationRow>> collector = null) #Returns:
ViewEvaluates account delegation posture using the supplied options.
Parameters
- options ADPlayground.DirectoryEssentials.AccountDelegationPostureService.Options = null
- Evaluation options.
- collector System.Func{System.Collections.Generic.IReadOnlyList{System.String},ADPlayground.DirectoryEssentials.DirectoryEssentialsOptions,System.Collections.Generic.IReadOnlyList{ADPlayground.DirectoryEssentials.AccountDelegationRow}} = null
- Optional collector override for tests and reuse.
Returns
Typed account delegation posture view.