Icon
|
Term
|
Meaning
|
---|---|---|
|
Denial
|
The requesting user
cannot see any rows.
|
|
Grant
|
The requesting user
can see all rows.
|
|
Conditional grant
|
The requesting user
can see only those rows that meet the specified filtering conditions.
|
Principle
|
Scenario
|
Outcome and Explanation
|
If there are multiple
permission conditions that apply to a user because of the user's
group memberships, then the identity that has the highest precedence
controls the outcome.
|
A condition on TableA
limits Read permission for GroupA.
Another condition on
TableA limits Read permission for the SASUSERS group.
The user is a member
of both GroupA and SASUSERS.
|
The user can see only
the rows that GroupA is permitted to see. GroupA has a higher level
of identity precedence than SASUSERS, so the filters that are assigned
to GroupA define the user's access.
|
If there are multiple
permission conditions at the highest level of identity precedence,
then any data that is allowed by any of the tied conditions is returned.
|
A condition on TableA
limits Read permission for GroupA.
Another condition on
TableA limits Read permission for GroupB.
The user is a first
level member of both GroupA and GroupB.
|
The user can see any
row that is permitted for either GroupA or GroupB.
|