- Home [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
- Manage types
- Global context and isolation
- Manage apps
- Batch actions with app items
- Manage external services
- Scripts in widgets
- Web components
- Access permissions
- Getting started with processes
- Getting started with signatures
- Getting started with file previews
- Getting started with the organizational chart
- Getting started with users and groups
-
Getting started with the
Table data type - Dynamic calculation of event type
- Use cases
- API
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]);
Hierarchy
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.
Properties