Permission Class
Role definition permissions.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelPermission
Constructor
Permission(*, 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
|
Allowed actions. |
not_actions
|
Denied actions. |
data_actions
|
Allowed Data actions. |
not_data_actions
|
Denied Data actions. |
Variables
Name | Description |
---|---|
actions
|
Allowed actions. |
not_actions
|
Denied actions. |
data_actions
|
Allowed Data actions. |
not_data_actions
|
Denied Data actions. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python