TestimoX

API Reference

Class

AccountDelegationPostureService

Namespace ADPlayground.DirectoryEssentials
Assembly ADPlayground
Modifiers static

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: View

Evaluates account delegation posture using the supplied options.

Parameters

options ADPlayground.DirectoryEssentials.AccountDelegationPostureService.Options = null optionalposition: 0
Evaluation options.
collector System.Func{System.Collections.Generic.IReadOnlyList{System.String},ADPlayground.DirectoryEssentials.DirectoryEssentialsOptions,System.Collections.Generic.IReadOnlyList{ADPlayground.DirectoryEssentials.AccountDelegationRow}} = null optionalposition: 1
Optional collector override for tests and reuse.

Returns

Typed account delegation posture view.