Skip to content

Reword Hierarchy with Directory permissions entity subtopic #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Your criteria are defined in a table or view that lists SAP Datasphere user IDs
- Single Values - Each user can only see the records that match any of the single values she is authorized for in the permissions entity. See [Create a "Single Values" Data Access Control](create-a-single-values-data-access-control-5246328.md).
- Operator and Values - Each user can only see the records that fulfill the operator-value pairs she is authorized for in the permissions entity, including support for complex `AND` and `OR` combinations. See [Create an "Operator and Values" Data Access Control](create-an-operator-and-values-data-access-control-501594b.md).
- Hierarchy - Each user can only see the records that match the hierarchy values she is authorized for in the permissions entity, along with any of their descendants. See [Create a "Hierarchy" Data Access Control](create-a-hierarchy-data-access-control-0afeeed.md)
- Hierarchy - Each user can only see the records that match the hierarchy values she is authorized for in the permissions entity, along with any of their descendants. See [Create a "Hierarchy with Directory" Data Access Control](create-a-hierarchy-with-directory-data-access-control-44ae628.md).
- Hierarchy with Directory - Each user can only see the records that match the hierarchy values she is authorized for in the permissions entity, along with any of their descendants. See [Create a "Hierarchy with Directory" Data Access Control](create-a-hierarchy-with-directory-data-access-control-44ae628.md).

You can create one or more data access controls that consume each permissions entity, and select one or more columns in each data access control to specify the criteria that it will enforce. You can apply a single data access control to multiple views. Each view protected in this way will filter the results available in its data preview to only those rows meeting the criteria for the current user.

Expand Down
Loading