TestimoX

API Reference

Class

ResolvedSecurityOption

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Resolved security option with a friendly name and interpreted value.

Inheritance

  • Object
  • ResolvedSecurityOption

Constructors

Properties

public String FriendlyName { get; set; } #

User-friendly name of the security option.

public Object EffectiveValue { get; set; } #

Interpreted effective value (string, int, list, etc.).

public SecurityOptionEntry Raw { get; set; } #

Original template entry this value was derived from.