Hierarchy
- TPermissionValue
Properties
Optional group
Link to a user, a group, an org chart item, or a role.
Optional inherited
Whether to inherit permissions from the parent directory.
Optional orgunitField
An app field of the Users type.
const permission = new PermissionValue( Application.fields.ispolnitel, [PermissionType.READ]);
types
List of types of access permissions.
Access permissions string
A string specifying access permissions granted to a user, group, org chart item, or role.
const permission = new PermissionValue(user, [ PermissionType.READ, PermissionType.CREATE, PermissionType.UPDATE]);