Oaaclient

Latest version: v1.1.12

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.1.6

* Tagging support for CustomIdP entities. IdP Users, Groups and Domains now support `.add_tag(key: str, value: str = "")` method to set the tag key and optional value.

1.1.5

* Added new canonical permission `Uncategorized` for Custom Applications to use when customer permission's canonical effect is not known.
* Added `OAAClient.api_patch(api_path:str, data: dict, params: dict = None)` call to support calling API PATCH operations.
* Added `OAACLient.utils.truncate_string` to truncate strings to specific character length matching Veza template validation. Specifically required when strings contain non-UTF-8 characters.
* `set_property` methods for entities now support optional `ignore_none` which will skip setting the property if the property value is `None`

1.1.4

* Added support for setting LocalUser "User Type" property. Property can be set by `LocalUser.user_type` property. The enum `LocalUserType` has been added for supported types of `Human` and `ServiceAccount`

1.1.3

* Minor fix for API retry to support latest Python requests version
* Removes validation that permissions and assignments are present before push to support identity only submissions

1.1.2

* Update to allowed characters for Tag keys. Tag keys can only contain numbers, letters and the _ character. `OAATemplateException` is raised for invalid characters in Tag key or value.
* `client.OAAClient` connection class now can automatically load OS environment values for `VEZA_URL` and `VEZA_API_KEY`
* Added debug logging to `client.OAAClient` API function to log detailed error response information if logging level is set to `DEBUG`.
* OAAClient version and calling platform details are included in API call headers as the User-Agent.

1.1.1

* `CustomApplication` and `CustomIdPProvider` have been updated to use a case insensitive dictionary from `dict` structure to store entity lists to be
consistent with template behavior with unique identifiers. The following attributes have been updated:
- `CustomApplication.local_users`
- `CustomApplication.local_groups`
- `CustomApplication.local_roles`
- `CustomApplication.resources`
- `CustomApplication.custom_permissions`
- `CustomResource.sub_resources`
- `CustomIdPProvider.users`
- `CustomIdPProvider.groups`
* Property names are now validated when defined against allowed character pattern `^[a-z][a-z_]*$`
* Fix for `OAAClient.get_reports` to support filtering for inactive reports
* Add support for nested roles. Child roles can be added to the parent by their identifier using the `LocalRole.add_role` function.
* `OAAResponseError` exception now contains additional properties `request_id` and `timestamp` to aid in troubleshooting
* `OAAClient.api_post` and `OAAClient.api_put` functions will automatically paginate response if necessary to return all results.
* Fix for API HTTP methods for parameter encoding for safe characters

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.