DenyAssignmentPermission Class
Deny assignment permissions.
Constructor
DenyAssignmentPermission(*, actions: List[str] | None = None, not_actions: List[str] | None = None, data_actions: List[str] | None = None, not_data_actions: List[str] | None = None, condition: str | None = None, condition_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
actions
|
Actions to which the deny assignment does not grant access. Default value: None
|
not_actions
|
Actions to exclude from that the deny assignment does not grant access. Default value: None
|
data_actions
|
Data actions to which the deny assignment does not grant access. Default value: None
|
not_data_actions
|
Data actions to exclude from that the deny assignment does not grant access. Default value: None
|
condition
|
The conditions on the Deny assignment permission. This limits the resources it applies to. Default value: None
|
condition_version
|
Version of the condition. Default value: None
|
Variables
Name | Description |
---|---|
actions
|
Actions to which the deny assignment does not grant access. |
not_actions
|
Actions to exclude from that the deny assignment does not grant access. |
data_actions
|
Data actions to which the deny assignment does not grant access. |
not_data_actions
|
Data actions to exclude from that the deny assignment does not grant access. |
condition
|
The conditions on the Deny assignment permission. This limits the resources it applies to. |
condition_version
|
Version of the condition. |