GSuiteApiModule
Common G Suite code that will be appended to each Google/GSuite integration when it is deployed.
python · ApiModules
Details
| ID | GSuiteApiModule |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/googleapi-python3:1.0.0.12698 |
| Tags | infra server |
README
To use the common GSuite API logic (authentication and API requests), run the following command to import the GSuiteApiModule.
def main():
...
from GSuiteApiModule import * # noqa: E402
if __name__ in ["builtins", "__main__"]:
main()
Then, the GSuiteClient will be available for usage. For examples, see the G Suite Admin or Google Drive or Google Calendar integrations.
commonfields: id: GSuiteApiModule version: -1 name: GSuiteApiModule script: '' type: python subtype: python3 tags: - infra - server comment: Common G Suite code that will be appended to each Google/GSuite integration when it is deployed. system: true scripttarget: 0 dependson: {} timeout: 0s dockerimage: demisto/googleapi-python3:1.0.0.12698 fromversion: 5.0.0 tests: - No tests