Skip to content

CubeAccess

Enumeration defining access levels for OLAP cubes within the security framework. Controls user access to analytical cubes, their measures, calculated members, and dimensional context within the multidimensional data space.

Enumeration Literals

NONE - (0)

Denies access to the cube. Users cannot view cube metadata, measures, or perform any analytical operations on this cube.

ALL - (1)

Grants full access to the cube including all measures, calculated members, dimensions, and hierarchies.

CUSTOM - (2)

Enables granular access control through dimension grants, hierarchy grants, and member-level security within the cube.

Released under the Eclipse Public License 2.0