Class Ucast
- Namespace
- Styra.Opa.OpenApi.Models.Components
- Assembly
- Styra.Opa.dll
public class Ucast
- Inheritance
-
Ucast
- Inherited Members
Properties
Masks
Column masking rules, where the first two nested keys represent the entity name and the property name, and the value describes which masking function to use.
[JsonProperty("masks")]
public Dictionary<string, Dictionary<string, MaskingRule>>? Masks { get; set; }
Property Value
Query
UCAST JSON object describing the conditions under which the query is true.
[JsonProperty("query")]
public CompileResultMultitargetQuery? Query { get; set; }