Adding a where clause on a privilege?

Hi,

I am wondering if when giving privileges to a role i am able to provide a where clause when granting/denying READ and TRAVERSE privileges. for example

GRANT TRAVERSE
ON GRAPH healthcare
NODES *
WHERE n.disease = "Flu" // is This possible?
TO researcherW;

Any help will be greatly appreciated!!!!

@alex.watson

https://neo4j.com/docs/cypher-manual/current/access-control/privileges-reads/ descibes GRANT TRAVERSE functionality and I do not see where you can provide a WHERE clause