MicrosoftGraphFilesApiModule
Common Microsoft Graph Files code that will be appended into the Microsoft Graph Files integrations when it's deployed.
python · ApiModules
Details
| ID | MicrosoftGraphFilesApiModule |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/crypto:1.0.0.8931184 |
| Tags | infra server |
README
To use the common Microsoft Graph Files integration logic, run the following command to import the MicrosoftGraphFilesApiModule.
def main():
run_microsoft_graph_files_integration()
from MicrosoftGraphFilesApiModule import * # noqa: E402
if __name__ in ["builtins", "__main__"]:
main()
Then, the run_microsoft_graph_files_integration entry point and MsGraphClient class will be available for usage. For the canonical consumer, see the Microsoft Graph Files integration.
commonfields: id: MicrosoftGraphFilesApiModule version: -1 name: MicrosoftGraphFilesApiModule script: '' type: python subtype: python3 tags: - infra - server comment: Common Microsoft Graph Files code that will be appended into the Microsoft Graph Files integrations when it's deployed. system: true scripttarget: 0 dependson: {} timeout: 0s dockerimage: demisto/crypto:1.0.0.8931184 fromversion: 6.10.0 tests: - No tests