Class CompileResultUCASTResult.Builder
java.lang.Object
com.styra.opa.openapi.models.shared.CompileResultUCASTResult.Builder
- Enclosing class:
- CompileResultUCASTResult
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties
(Map<String, Object> additionalProperties) additionalProperty
(String key, Object value) build()
Column masking rules, where the key is the column name, and the value describes which masking function to use.Column masking rules, where the key is the column name, and the value describes which masking function to use.UCAST JSON object describing the conditions under which the query is true.UCAST JSON object describing the conditions under which the query is true.
-
Method Details
-
query
UCAST JSON object describing the conditions under which the query is true. -
query
UCAST JSON object describing the conditions under which the query is true. -
masks
Column masking rules, where the key is the column name, and the value describes which masking function to use. -
masks
public CompileResultUCASTResult.Builder masks(Optional<? extends Map<String, Map<String, MaskingRule>>> masks) Column masking rules, where the key is the column name, and the value describes which masking function to use. -
additionalProperty
-
additionalProperties
public CompileResultUCASTResult.Builder additionalProperties(Map<String, Object> additionalProperties) -
build
-