ModelPermission Enum

Definition

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

Administrator 5

Provides full access to the model.

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.

Applies to