Package version:

Interface KeyVaultPermission

A list of Key Vault permissions.

Hierarchy

  • KeyVaultPermission

Properties

actions?: string[]

Allowed actions.

dataActions?: string[]

Allowed Data actions.

notActions?: string[]

Actions that are excluded but not denied. They may be granted by other role definitions assigned to a principal.

notDataActions?: string[]

Data actions that are excluded but not denied. They may be granted by other role definitions assigned to a principal.

Generated using TypeDoc