Document toolboxDocument toolbox

Semantic Model: kyvos.query.security.level

Description:
The property specifies the data security applicable for serving query results. Kyvos supports two levels of data security checks before serving query results.

These are:

Data security is configured for Kyvos, that is, the row and column level security defined at the individual semantic models.

Data security is configured on the Hadoop Cluster using tools like Ranger or Sentry.

Values and behavior:

  • Disabled (0): All data security validations are disabled.
  • All (1): All supported security validations are enabled.
  • Only Kyvos data security (2): Only Kyvos data security is enabled.

Default value:
All

Scope:

  • Application: If this property is set in the BI Server property file (olapengine.properties), then the property value is applicable for all the semantic models.
  • Connection: If the property is set at the connection, then the property will override the application-level property value and will be applicable for all the semantic models.
  • Semantic Model: If the property is set on a semantic model, then the value will override both the application level and connection level values for that semantic model.

Comes into effect:
The property comes into effect in a new browsing session after setting the property on the semantic model. This property does not require a semantic model reprocess.

Dependencies and related properties:
QUERYING_SECURITY_LEVEL (olapengine.properties)

Recommendation:
NA

Copyright Kyvos, Inc. All rights reserved.