DenyAssignmentPermission Class
Deny assignment permissions.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelDenyAssignmentPermission
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, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python