API Reference
Class
PluginAllowRule
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() #Inherited Methods
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.