你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyVaultPermission interface
密钥保管库权限的列表。
属性
actions | 允许的操作。 |
data |
允许的数据操作。 |
not |
已排除但未拒绝的操作。 它们可能由分配给主体的其他角色定义授予。 |
not |
排除但未拒绝的数据操作。 它们可能由分配给主体的其他角色定义授予。 |
属性详细信息
actions
允许的操作。
actions?: string[]
属性值
string[]
dataActions
允许的数据操作。
dataActions?: string[]
属性值
string[]
notActions
已排除但未拒绝的操作。 它们可能由分配给主体的其他角色定义授予。
notActions?: string[]
属性值
string[]
notDataActions
排除但未拒绝的数据操作。 它们可能由分配给主体的其他角色定义授予。
notDataActions?: string[]
属性值
string[]