Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/reference/connector/docs/connectors-servicenow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ For default services, connectors use the following roles to find users who have

For services other than these defaults, the connector iterates over access controls with `read` operations and finds the respective roles for those services.

[IMPORTANT]
====
The ServiceNow connector applies access control at the service (table) level.
All documents within a given table inherit the table’s access control settings.
====

[NOTE]
====
The ServiceNow connector does not support scripted and conditional permissions.
Expand Down Expand Up @@ -379,6 +385,12 @@ For default services, connectors use the following roles to find users who have

For services other than these defaults, the connector iterates over access controls with `read` operations and finds the respective roles for those services.

[IMPORTANT]
====
The ServiceNow connector applies access control at the service (table) level.
All documents within a given table inherit the table’s access control settings.
====

[NOTE]
====
The ServiceNow connector does not support scripted and conditional permissions.
Expand Down