Provides a python wrapper around the Microsoft Graph API. Current SDKs from Microsoft are in Preview mode.
Project description
export PATH="$HOME/.local/bin:$PATH"
Docs: https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0
How to use
from ms_graph_client import GraphAPI, GraphAPIConfig, GraphCacheAPI
from ms_graph_client.services.groups import Groups
client_id = "xxxxxxxx"
tenant_id = "xxxxxxxx"
client_secret = "xxxxxxxx"
graphapi_config = GraphAPIConfig(
client_id=client_id,
tenant_id=tenant_id,
client_secret=client_secret,
api_url="https://graph.microsoft.com/v1.0",
)
#CRUD wrapper to expose enough to automate Group Management.
# This includes Create/Delete Azure AD Groups,
# Add/Remove Members of Groups,
# Assign and Unassign the group to/from an Application
graph_api_wrapper = GraphAPI(config=config)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ms_graph_client-0.1.7.tar.gz
(9.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ms_graph_client-0.1.7.tar.gz.
File metadata
- Download URL: ms_graph_client-0.1.7.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.6 Linux/5.15.0-1031-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ec90ec741934dbadfac5a171a5bd3f804c151f2cb8179bb3bb0d2e693da5d82
|
|
| MD5 |
d36d6b755e090df0d3f502b753873a96
|
|
| BLAKE2b-256 |
37f9831107517ca6917f98189dde459fab3916d5d12e8f3a5a352e2138721999
|
File details
Details for the file ms_graph_client-0.1.7-py3-none-any.whl.
File metadata
- Download URL: ms_graph_client-0.1.7-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.6 Linux/5.15.0-1031-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a8ed250d8a618d9c076df17ae35aa38156946ca64ce180dbf97165513018238
|
|
| MD5 |
cf7cfbf186c1e74c6a4c70dfd2624c60
|
|
| BLAKE2b-256 |
7dcc7da24724ad2c922181bb7d7bb0989fcc1dea4cd9de6ce258ff410b7d1916
|