Table of Contents

Class Postgresql

Namespace
Styra.Opa.OpenApi.Models.Components
Assembly
Styra.Opa.dll
public class Postgresql
Inheritance
Postgresql
Inherited Members

Properties

Masks

Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use.

[JsonProperty("masks")]
public Dictionary<string, Dictionary<string, MaskingRule>>? Masks { get; set; }

Property Value

Dictionary<string, Dictionary<string, MaskingRule>>

Query

String representing the SQL equivalent of the conditions under which the query is true

[JsonProperty("query")]
public string? Query { get; set; }

Property Value

string