CheckAccessRequest Class
Request to check access.
- Inheritance
-
azure.mgmt.billing._serialization.ModelCheckAccessRequest
Constructor
CheckAccessRequest(*, actions: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
actions
|
List of actions passed in the request body against which the permissions will be checked. |
Variables
Name | Description |
---|---|
actions
|
List of actions passed in the request body against which the permissions will be checked. |
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