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