Neo4j Granting Access Based on Label Patterns

0

How can access be granted to a given user role, enabling them to retrieve (match) records if the labels contain a specific pattern in Neo4j?

While impersonating as a user and managing existing labels like Test, Test_1, and Test_2 in the database, is there a way to configure grant permissions ensuring that records with labels containing the prefix 'Test' are accessible to the user?

Try this:

But am not able to find a solution for the scenario, if the label contains a specific pattern, then the user should be provided with access for that label.. for creating the label only if that contains a given pattern, similarly matching and deletion.