KeyVaultPermission.NotDataActions Property

Definition

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

public System.Collections.Generic.IList<Azure.Security.KeyVault.Administration.KeyVaultDataAction> NotDataActions { get; }
member this.NotDataActions : System.Collections.Generic.IList<Azure.Security.KeyVault.Administration.KeyVaultDataAction>
Public ReadOnly Property NotDataActions As IList(Of KeyVaultDataAction)

Property Value

Applies to