简体   繁体   English

Azure 服务总线主题自定义角色权限

[英]Azure Service Bus topic custom role permissions

I'm trying to create a managed identity with a custom role that will provide access to create new subscriptions in my service bus topic.我正在尝试创建一个具有自定义角色的托管身份,该身份将提供在我的服务总线主题中创建新订阅的访问权限。

My clients need to have the ability only to create subscriptions, but not to remove or edit.我的客户只需要能够创建订阅,而不能删除或编辑。

As I see I can give them access only to create AND update subscriptions, but I want them to have access only for creating subscriptions.如我所见,我只能授予他们创建和更新订阅的权限,但我希望他们只能访问创建订阅的权限。 Is it possible to achieve that by creating a custom role?是否可以通过创建自定义角色来实现?

在此处输入图像描述

As Per the MSDOC in ServiceBus Topic Subscription permission we have only four Operations which follows:根据ServiceBus 主题订阅权限中的MSDOC ,我们只有以下四个操作:

  • Create Or Update创建或更新
  • Delete删除
  • Get得到
  • List by Topics按主题列出

There is no other way to do only Create Operation in ServiceBus Topic Subscription in Custom Role .没有其他方法只能在Custom RoleServiceBus Topic Subscription创建操作。

Please refer Subscriptions - Create Or Update for more information请参阅订阅 - 创建或更新以获取更多信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM