How to exclude a specific user XXX from a policy YYY which is allowing the VIEW access
to all resources and all_identities.
Add a Filter to this policy YYY and populate with the following information
'Left type/value' 'Operator' 'Right type/value'
request STRING value
identity NOTLIKE!~ XXX
Was this information helpful?