MicrosoftGraphTeamsApiModule

Provides common Microsoft Graph Teams code that is appended into Cortex integrations during deployment.

python · ApiModules

Details

IDMicrosoftGraphTeamsApiModule
Languagepython
From Version6.10.0
Docker Imagedemisto/crypto:1.0.0.11658507
Tagsinfra server

README

To use the common Microsoft Graph Teams integration logic, add the following code to import the MicrosoftGraphTeamsApiModule.

def main():
    run_microsoft_graph_teams_integration()


from MicrosoftGraphTeamsApiModule import *  # noqa: E402

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

Then, the run_microsoft_graph_teams_integration entry point and MsGraphClient class will be available for usage. For the canonical consumer, see the O365 Teams (Using Graph API) integration in the MicrosoftGraphTeams pack.

commonfields:
  id: MicrosoftGraphTeamsApiModule
  version: -1
name: MicrosoftGraphTeamsApiModule
script: ''
type: python
subtype: python3
tags:
- infra
- server
comment: Provides common Microsoft Graph Teams code that is appended into Cortex integrations during deployment.
system: true
scripttarget: 0
dependson: {}
timeout: 0s
dockerimage: demisto/crypto:1.0.0.11658507
fromversion: 6.10.0
tests:
- No tests