From 327e8763211adf617e0d806d4913083651b0abee Mon Sep 17 00:00:00 2001 From: roryqi Date: Mon, 14 Oct 2024 20:26:16 +0800 Subject: [PATCH] [#5120] improvement(docs): Add the document of metadata object ownership (#5123) ### What changes were proposed in this pull request? Add the document of metadata object ownership ### Why are the changes needed? Fix: #5120 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Just document. --- docs/security/access-control.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/security/access-control.md b/docs/security/access-control.md index fb8bde8cb00..afdf921bf47 100644 --- a/docs/security/access-control.md +++ b/docs/security/access-control.md @@ -90,6 +90,18 @@ The owner of each entity has implicit administrative class privilege, for exampl Only the Owner of a securable object can fully manage that resource. If a securable object needs to be managed by more than one person at the same time, the owner is assigned to a user group. +The metadata object that supports ownership is as follows: + +| Metadata Object Type | +|----------------------| +| Metalake | +| Catalog | +| Schema | +| Table | +| Topic | +| Fileset | +| Role | + ### User Users are generally granted one or multiple Roles, and users have different operating privileges depending on their Role.