Add support for Microsoft national clouds via Graph API base URL (#590)

* adding support for Microsoft National Clouds

* Update usage.md
This commit is contained in:
Kevin Goad
2025-02-03 15:25:15 -05:00
committed by GitHub
parent 446c018920
commit 669deb9755
3 changed files with 12 additions and 1 deletions
+2
View File
@@ -208,6 +208,8 @@ The full set of configuration options are:
- `mailbox` - str: The mailbox name. This defaults to the
current user if using the UsernamePassword auth method, but
could be a shared mailbox if the user has access to the mailbox
- `graph_url` - str: Microsoft Graph URL. Allows for use of National Clouds (ex Azure Gov)
(Default: https://graph.microsoft.com)
- `token_file` - str: Path to save the token file
(Default: `.token`)
- `allow_unencrypted_storage` - bool: Allows the Azure Identity