-
Notifications
You must be signed in to change notification settings - Fork 64
Added relationship PBAC to the Deprecations, additions, and compatibility page #1239
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
Changes from 1 commit
10ee856
34e1408
56dd44b
3d519ad
887d951
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,6 +42,23 @@ CALL (i) { | |
| This option applies an exponential delay between retries for transaction batches failing due to transient errors, with an optional maximum retry duration, and handles failure based on a specified fallback error mode if the transaction does not succeed within the given time. | ||
| For more information, see xref:subqueries/subqueries-in-transactions#on-error-retry[`CALL` subqueries in transactions -> `ON ERROR RETRY`]. | ||
|
|
||
| a| | ||
| label:functionality[] | ||
| label:new[] | ||
| [source, cypher, role=noheader] | ||
| ---- | ||
| GRANT READ {*} ON GRAPH * FOR ()-[r]-() WHERE r.securityLevel > 3 TO regularUsers | ||
| ---- | ||
| [source, cypher, role=noheader] | ||
| ---- | ||
| GRANT TRAVERSE ON GRAPH * FOR ()-[r:Knows]-() WHERE r.classification IS NULL TO regularUsers | ||
|
||
| ---- | ||
| [source, cypher, role=noheader] | ||
| ---- | ||
| DENY MATCH {*} ON GRAPH * FOR ()-[r]-() WHERE r.classification <> 'UNCLASSIFIED' TO regularUsers | ||
| ---- | ||
| | Property-based access control for relationships is now supported in Enterprise Edition. For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/property-based-access-control[property-based access control] | ||
Hunterness marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Hunterness marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| |=== | ||
|
|
||
| [[cypher-deprecations-additions-removals-2025.01]] | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.