ModelPermission Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of possible model permissions that can be used in a Role object.
public enum ModelPermission
type ModelPermission =
Public Enum ModelPermission
- Inheritance
-
ModelPermission
Fields
Name | Value | Description |
---|---|---|
None | 1 | The role has no access to the model. |
Read | 2 | The role can read metadata and data of the model. |
ReadRefresh | 3 | The role has read and refresh permission. |
Refresh | 4 | The role can refresh the data and calculations in the model. |
Administrator | 5 | Provides full access to the model. |