diff --git a/docs/how-to/build-policies/rebac/building-rebac-policies.mdx b/docs/how-to/build-policies/rebac/building-rebac-policies.mdx index 90c550ca..abb26d9b 100644 --- a/docs/how-to/build-policies/rebac/building-rebac-policies.mdx +++ b/docs/how-to/build-policies/rebac/building-rebac-policies.mdx @@ -73,6 +73,11 @@ Relatios determine how different resources are connected or related to each othe Relations are later instantiated between specifc resource-instances as relationships (also known as relationship-tuples) see below. +:::info `Parent` relation +A resource cannot be set as a parent of itself. +To establish a relation between a resource and itself, you can use alternative relation types such as `owner` or `container`. +::: + ##### UI Example