MicrosoftApiModule

Common Microsoft code that will be appended into each Microsoft integration when it's deployed

python · ApiModules

Details

IDMicrosoftApiModule
Languagepython
From Version5.0.0
Docker Imagedemisto/crypto:1.0.0.111961
Tagsinfra server

README

To use the common Microsoft API logic (authentication and API requests), run the following command to import the MicrosoftApiModule.

def main():
    ...


from MicrosoftApiModule import *  # noqa: E402

if __name__ in ["builtins", "__main__"]:
    main()

Then, the MicrosoftClient will be available for usage. For examples, see the Microsoft Graph Listener or Microsoft Graph Mail integrations.

commonfields:
  id: MicrosoftApiModule
  version: -1
name: MicrosoftApiModule
script: ''
type: python
subtype: python3
tags:
- infra
- server
comment: Common Microsoft code that will be appended into each Microsoft integration when it's deployed
system: true
scripttarget: 0
dependson: {}
timeout: 0s
dockerimage: demisto/crypto:1.0.0.111961
fromversion: 5.0.0
tests:
- No test