Cube Cell Permission Element
X-Ref:
- Ast Cube Cell Permission Node
- Ast Dimensional Permission Node
- Ast Permission Grant Base Node
- Ast Permission Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
CubeName | AstCubeNode | This value specifies the cube to which the permission is applied. This is a required reference to an existing definiton. | |
ReadContingentPermissions | String | This value is a Multidimensional Expressions (MDX) expression that specifies which cube cells have contingent read access for the specified principal. | |
ReadPermissions | String | This value is a Multidimensional Expressions (MDX) expression that specifies which cube cells have read access for the specified principal. | |
ReadWritePermissions | String | This value is a Multidimensional Expressions (MDX) expression that specifies which cube cells have read/write access for the specified principal. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |