Class TargetSQLTableMappings
- Namespace
- OpenPolicyAgent.Opa.Filters
- Assembly
- OpenPolicyAgent.Opa.dll
Mapping between tables and columns for the EOPA Compile API.
Used in the options.targetSQLTableMappings
payload field.
public class TargetSQLTableMappings
- Inheritance
-
TargetSQLTableMappings
- Inherited Members
Remarks
Properties
Mysql
[JsonProperty("mysql")]
public Dictionary<string, object>? Mysql { get; set; }
Property Value
Postgresql
[JsonProperty("postgresql")]
public Dictionary<string, object>? Postgresql { get; set; }
Property Value
Sqlite
[JsonProperty("sqlite")]
public Dictionary<string, object>? Sqlite { get; set; }
Property Value
Sqlserver
[JsonProperty("sqlserver")]
public Dictionary<string, object>? Sqlserver { get; set; }