Child resource permissions
These are permissions granted directly to this resource that are relevant to its children, and by granting it to this resource, we rely on inheritance to have them have an effect on the resource's children.
How it works
Permissions granted here inherit down to all children of this resource
Useful for granting project-wide access to analyses without affecting the project itself
Enables delegation of management rights to children only
Special case: admin
on children
admin
on childrenWhen granting admin
in this section, it only applies to the children, not the parent resource itself.
Example use case
You want to give the "Ops-Admins" team full control over all analyses in a project, but not the project itself. You would:
Open the Project → Access → Child Resource Permissions
Add Ops-Admins team
Set
admin
to Allow (✔)
Now Ops-Admins can manage everything under the project, but not the project itself.
Last updated