Events triggered when information barrier is configured
Configuring information barrier produces events in the enterprise event stream. For example, activating or deactivating the barrier triggers an event. These events follow the standard event object schema with theevent_type value
set to one of the following:
SHIELD_INFORMATION_BARRIER_ENABLEDSHIELD_INFORMATION_BARRIER_PENDINGSHIELD_INFORMATION_BARRIER_DISABLED
Shield information barrier enabled
ASHIELD_INFORMATION_BARRIER_ENABLED event is triggered when
the information barrier is enabled for a file or folder.
For example:
Shield information barrier pending
ASHIELD_INFORMATION_BARRIER_PENDING event is triggered
when the information barrier is not yet enabled
for a particular file or folder. The activation process
was triggered, but the information barrier is not yet
in place.
For example:
Shield information barrier deactivated
ASHIELD_INFORMATION_BARRIER_DISABLED event is triggered when
the information barrier is deactivated
for a particular file or folder.
For example:
Events triggered by restricted actions
When the information barrier is set up, each user attempt to perform restricted actions or access restricted data also results in events. These events follow the standard event object schema with theevent_type value
set to one of the following:
SHIELD_INFORMATION_BARRIER_GROUP_ADD_USER_BLOCKEDSHIELD_INFORMATION_BARRIER_COLLAB_BLOCKEDSHIELD_INFORMATION_BARRIER_ITEM_OWNER_TRANSFER_BLOCKEDSHIELD_INFORMATION_BARRIER_SHARED_ITEM_ACCESS_BLOCKEDSHIELD_INFORMATION_BARRIER_ITEM_MOVE_BLOCKEDSHIELD_INFORMATION_BARRIER_ITEM_COPY_BLOCKED
Adding user blocked
ASHIELD_INFORMATION_BARRIER_GROUP_ADD_USER_BLOCKED event is
triggered when the information barrier prohibits
adding a user to a specific group.
The additional_details payload provides details of the
restricted groups.
Collaboration blocked
ASHIELD_INFORMATION_BARRIER_COLLAB_BLOCKED event is triggered
when the information barrier prohibits adding
collaborations for users that have restricted access
to a file or folder.
The additional_details payload provides details of the restricted
collaboration.
Shared item access blocked
ASHIELD_INFORMATION_BARRIER_SHARED_ITEM_ACCESS_BLOCKED event is triggered when the information barrier prohibits accessing a file or folder using the shared link.
The additional_details payload provides details of the shared link and additional security information.
Moving item blocked
ASHIELD_INFORMATION_BARRIER_ITEM_MOVE_BLOCKED event is triggered when the
information barrier prohibits moving an item (a file or a folder) to a
a folder the user has no access to.
The additional_details payload provides details of the folder.
Copying item blocked
ASHIELD_INFORMATION_BARRIER_ITEM_COPY_BLOCKED event is triggered when the
information barrier prohibits copying an item (a file or a folder) to a
a folder the user has no access to.
The additional_details payload provides details of the destination
folder.
Item transfer ownership blocked
ASHIELD_INFORMATION_BARRIER_ITEM_OWNER_TRANSFER_BLOCKED event is triggered
when the information barrier prohibits transferring the item ownership to a
user that is subject to restrictions.
The additional_details payload provides details of the user that cannot
be set as the new owner.
