AccessRight

Field NULL Description Note
name
string
  The name of the access right  
type
integer
Y

The type of the access right

  • 0 = Report/Template
  • 1 = Dashboard
 

Inherited fields:

Entity

Field NULL Description Note
id
string (GUID)
  The id of this object
Example: 572bd576-8c92-4901-ab2a-b16e38144813
Allow null incase insert a new entity
state
integer
 

The entity state of this object

  • 0 = None
  • 1 = Insert
  • 2 = Delete
  • 3 = Update
 
deleted
boolean
  Is this object deleted  
inserted
boolean
  Is this object inserted  
version
string
Y The version  
created
datetime in ISO 8601 format
Y The created datetime  
createdBy
string
  The creator  
modified
datetime in ISO 8601 format
Y The modification datetime  
modifiedBy
string
  The user who last modified this object  
Sample:
{
     "name" : "Full Access",
     "type" : 0,
     "id" : "13698ebf-3e8e-43e1-9e2b-ad3f17d7d010",
     "state" : 0,
     "deleted" : false,
     "inserted" : true,
     "version" : 1,
     "created" : null,
     "createdBy" : null,
     "modified" : null,
     "modifiedBy" : null
}