KeyVaultPermission Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Role definition permissions.
public class KeyVaultPermission
type KeyVaultPermission = class
Public Class KeyVaultPermission
- Inheritance
-
KeyVaultPermission
Constructors
KeyVaultPermission() |
Initializes a new instance of KeyVaultPermission. |
Properties
Actions |
Action permissions that are granted. |
DataActions |
Data action permissions that are granted. |
NotActions |
Action permissions that are excluded but not denied. They may be granted by other role definitions assigned to a principal. |
NotDataActions |
Data action permissions that are excluded but not denied. They may be granted by other role definitions assigned to a principal. |
Applies to
Azure SDK for .NET