Table of Contents

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

Dictionary<string, object>

Postgresql

[JsonProperty("postgresql")]
public Dictionary<string, object>? Postgresql { get; set; }

Property Value

Dictionary<string, object>

Sqlite

[JsonProperty("sqlite")]
public Dictionary<string, object>? Sqlite { get; set; }

Property Value

Dictionary<string, object>

Sqlserver

[JsonProperty("sqlserver")]
public Dictionary<string, object>? Sqlserver { get; set; }

Property Value

Dictionary<string, object>