Enum ModelPermission
An enumeration of possible model permissions that can be used in a Role object.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum ModelPermission
Fields
Name | Description |
---|---|
Administrator | Provides full access to the model. |
None | The role has no access to the model. |
Read | The role can read metadata and data of the model. |
ReadRefresh | The role has read and refresh permission. |
Refresh | The role can refresh the data and calculations in the model. |