TestimoX

API Reference

Class

PluginAllowRule

Namespace TestimoX.Configuration.Service
Assembly TestimoX
Modifiers sealed

Allow-list rule for provider plugins (DLLs) loaded from Plugins/. A plugin matches the rule when all provided fields match.

Inheritance

  • Object
  • PluginAllowRule

Constructors

public PluginAllowRule() #

Properties

public String Alias { get; set; } #

Optional provider alias (e.g., sqlite, sqlserver, postgresql, mysql, oracle).

public String AssemblyName { get; set; } #

Optional assembly name without extension (e.g., DbaClientX.SqlServer).

public String TypeFullName { get; set; } #

Optional fully-qualified type name expected in the assembly.

public String Sha256 { get; set; } #

Optional SHA256 (hex) of the DLL file to pin the assembly contents.