forked from docs/doc-exports
Reviewed-by: Daniel Kováč <a86700324@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: wanghuijuan738 <wanghuijuan738@huawei.com> Co-committed-by: wanghuijuan738 <wanghuijuan738@huawei.com>
4.6 KiB
4.6 KiB
Tag Operations
Permission |
API |
Action |
IAM Project |
Enterprise Project |
|---|---|---|---|---|
Adding a resource tag |
POST /v2/{project_id}/{resource_type}/{resource_id}/tags |
smn:tag:create |
√ |
√ |
Updating a tag |
N/A |
smn:tag:update |
√ |
√ |
Deleting a resource tag |
DELETE /v2/{project_id}/{resource_type}/{resource_id}/tags/{key} |
smn:tag:delete |
√ |
√ |
Querying resource tags |
GET /v2/{project_id}/{resource_type}/{resource_id}/tags |
smn:tag:list |
√ |
√ |
Parent topic: Permissions Policies and Supported Actions