KeyVaultPermission interface
A list of Key Vault permissions.
Properties
| actions | Allowed actions. |
| data |
Allowed Data actions. |
| not |
Actions that are excluded but not denied. They may be granted by other role definitions assigned to a principal. |
| not |
Data actions that are excluded but not denied. They may be granted by other role definitions assigned to a principal. |
Property Details
actions
Allowed actions.
actions?: string[]
Property Value
string[]
dataActions
Allowed Data actions.
dataActions?: string[]
Property Value
string[]
notActions
Actions that are excluded but not denied. They may be granted by other role definitions assigned to a principal.
notActions?: string[]
Property Value
string[]
notDataActions
Data actions that are excluded but not denied. They may be granted by other role definitions assigned to a principal.
notDataActions?: string[]
Property Value
string[]