DenyAssignmentPermission interface

Deny assignment permissions.

Properties

actions

Actions to which the deny assignment does not grant access.

condition

The conditions on the Deny assignment permission. This limits the resources it applies to.

conditionVersion

Version of the condition.

dataActions

Data actions to which the deny assignment does not grant access.

notActions

Actions to exclude from that the deny assignment does not grant access.

notDataActions

Data actions to exclude from that the deny assignment does not grant access.

Property Details

actions

Actions to which the deny assignment does not grant access.

actions?: string[]

Property Value

string[]

condition

The conditions on the Deny assignment permission. This limits the resources it applies to.

condition?: string

Property Value

string

conditionVersion

Version of the condition.

conditionVersion?: string

Property Value

string

dataActions

Data actions to which the deny assignment does not grant access.

dataActions?: string[]

Property Value

string[]

notActions

Actions to exclude from that the deny assignment does not grant access.

notActions?: string[]

Property Value

string[]

notDataActions

Data actions to exclude from that the deny assignment does not grant access.

notDataActions?: string[]

Property Value

string[]