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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python