BillingPermission Class
The set of allowed action and not allowed actions a caller has on a resource.
Constructor
BillingPermission(*args: Any, **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. |
Attributes
actions
The set of actions that the caller is allowed to perform.
actions: list[str] | None
not_actions
The set of actions that the caller is not allowed to perform.
not_actions: list[str] | None