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]);

Hierarchy

  • TPermissionValue

Properties

Optional group

group: TPermissionOrgunit

Link to a user, a group, an org chart item, or a role.

Optional inherited

inherited: undefined | false | true

Whether to inherit permissions from the parent directory.

Optional orgunitField

orgunitField: TOrgunitField

An app field of the Users type.

const permission = new PermissionValue( Application.fields.ispolnitel, [PermissionType.READ]);

types

List of types of access permissions.