Version: 24.04
Permissions
Sometimes, you may need to control who can see certain information. Permissions let you restrict access to specified information by allowing only configured user roles or groups to see it.
permissions: {
type: 'role',
value: ['Processing Staff', 'Work Spaces Staff'],
}
permissions
is supported for the following configurations: Space, Actions, Attachments, Custom cards, Configuration Mappings, Key Info and Invoke. For details, refer to the attributes of these configurations.
Attributes
All attributes are optional unless otherwise indicated.
Attribute | Description |
---|---|
type | string (GlobalPermissionsType)Valid values: group , role . |
value | [ string ]A list of groups or roles that must be present in the user's profile (in Journey Manager) in order for the corresponding information to be displayed to the user. |
For a full list of supported attributes, see API Reference.