KeyVaultPermission interface
Key Vault 权限的列表。
属性
| actions | 允许的作。 |
| data |
允许的数据作。 |
| not |
排除但未拒绝的作。 它们可能由分配给主体的其他角色定义授予。 |
| not |
排除但未拒绝的数据作。 它们可能由分配给主体的其他角色定义授予。 |
属性详细信息
actions
允许的作。
actions?: string[]
属性值
string[]
dataActions
允许的数据作。
dataActions?: string[]
属性值
string[]
notActions
排除但未拒绝的作。 它们可能由分配给主体的其他角色定义授予。
notActions?: string[]
属性值
string[]
notDataActions
排除但未拒绝的数据作。 它们可能由分配给主体的其他角色定义授予。
notDataActions?: string[]
属性值
string[]