API Reference
Class
ComputerSecurityBaselinePostureService
Builds a typed posture view over legacy computer-account security baseline signals.
Inheritance
- Object
- ComputerSecurityBaselinePostureService
Methods
public static View Evaluate(Options options = null, Func<String, ComputerQueryOptions, IReadOnlyList<ComputerRecord>> collector = null) #Returns:
ViewEvaluates computer-account security baseline posture using the supplied options.
Parameters
- options ADPlayground.Computers.ComputerSecurityBaselinePostureService.Options = null
- Evaluation options.
- collector System.Func{System.String,ADPlayground.ComputerQueryOptions,System.Collections.Generic.IReadOnlyList{ADPlayground.ComputerRecord}} = null
- Optional collector override for tests and reuse.
Returns
Typed posture view over flagged computer accounts.