BillingPermission Class
The set of allowed action and not allowed actions a caller has on a resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelBillingPermission
Constructor
BillingPermission(**kwargs: Any)
Variables
Name | Description |
---|---|
actions
|
The set of actions that the caller is allowed to perform. |
not_actions
|
The set of actions that the caller is not allowed to perform. |
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