你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Permission 类

角色定义权限。

继承
azure.mgmt.resource.resources._serialization.Model
Permission

构造函数

Permission(*, actions: List[str] | None = None, not_actions: List[str] | None = None, data_actions: List[str] | None = None, not_data_actions: List[str] | None = None, **kwargs)

变量

actions
list[str]

允许的操作。

not_actions
list[str]

拒绝的操作。

data_actions
list[str]

允许的数据操作。

not_data_actions
list[str]

拒绝的数据操作。