-
Notifications
You must be signed in to change notification settings - Fork 175
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
Added support for TenableAD AD Object APIs #525
Conversation
tenable/ad/ad_object/schema.py
Outdated
|
||
@pre_load | ||
def convert(self, data, **kwargs): | ||
return convert_keys_to_camel(data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#526 negates this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed pre_load method
tenable/ad/ad_object/schema.py
Outdated
@pre_load | ||
def convert(self, data, **kwargs): | ||
return convert_keys_to_camel(data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#526 negates this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed pre_load method
tenable/ad/ad_object/schema.py
Outdated
@pre_load | ||
def convert(self, data, **kwargs): | ||
return convert_keys_to_camel(data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#526 negates this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed pre_load method
faceefd
to
60d14f4
Compare
9ae5477
to
e27481d
Compare
updated schema file removed unused imports implemented AD object iterator for search all method fixed broken test
e27481d
to
e021240
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Quality Gate passedIssues Measures |
Description
Added
Tenable.AD AD Object APIs
updated docs to support ad object api details
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: