Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated default objects parameters #714

Closed
kikurk opened this issue Jul 18, 2023 · 0 comments
Closed

Deprecated default objects parameters #714

kikurk opened this issue Jul 18, 2023 · 0 comments
Labels
bug This is a bug with the pyTenable library Tenable.sc Tenable.sc Package

Comments

@kikurk
Copy link

kikurk commented Jul 18, 2023

When creating users in Tenable.sc, the following event is shown in System Logs:
Field 'importDashboards' has been deprecated as of 5.11.0. Please see group parameter 'createDefaultObjects'.

This is due to default_reportcards, default_reports and default_dashboards parameters used linked to importReports, importDashboards and importARCs fields in the Tenable.sc REST API that are deprecated (as seen here: https://docs.tenable.com/security-center/api/User.htm). Instead, createDefaultObjects field should be used.
So, these parameters should be replaced with only one parameter, that could be named: default_objects.

@aseemsavio aseemsavio added the Tenable.sc Tenable.sc Package label Jul 18, 2023
@SteveMcGrath SteveMcGrath added the bug This is a bug with the pyTenable library label Jun 18, 2024
SteveMcGrath added a commit that referenced this issue Sep 19, 2024
SteveMcGrath added a commit that referenced this issue Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a bug with the pyTenable library Tenable.sc Tenable.sc Package
Projects
None yet
Development

No branches or pull requests

3 participants