DenyAssignmentPermission Class

Deny assignment permissions.

Inheritance
DenyAssignmentPermission

Constructor

DenyAssignmentPermission(*, actions: Optional[List[str]] = None, not_actions: Optional[List[str]] = None, data_actions: Optional[List[str]] = None, not_data_actions: Optional[List[str]] = None, **kwargs)

Parameters

actions
list[str]
Required

Actions to which the deny assignment does not grant access.

not_actions
list[str]
Required

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

data_actions
list[str]
Required

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

not_data_actions
list[str]
Required

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