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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python