TestimoX

API Reference

Class

PolicyCacheConfig

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Modifiers sealed

Settings for an opt-in on-disk cache of parsed GPO policy artifacts used by attribution (enterprise feature).

Inheritance

  • Object
  • PolicyCacheConfig

Constructors

public PolicyCacheConfig() #

Properties

public Nullable<Boolean> Enabled { get; set; } #

Enable the on-disk parsed policy cache. Default: false.

public String Directory { get; set; } #

Directory for the cache files. If omitted, a default under the current working directory is used.