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.6.tar.gz
(8.6 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.6.tar.gz.
File metadata
- Download URL: ms_graph_client-0.1.6.tar.gz
- Upload date:
- Size: 8.6 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 |
41bad5ef890e2089157798838c79ac675bd88c664c8e76991ab645c97f5244da
|
|
| MD5 |
64b8a7b37621a334602a807d5fb9933d
|
|
| BLAKE2b-256 |
2a1129158e2c72bb7e6dd81c16692147593ddf177df4ec59b47d0adf3aeb062f
|
File details
Details for the file ms_graph_client-0.1.6-py3-none-any.whl.
File metadata
- Download URL: ms_graph_client-0.1.6-py3-none-any.whl
- Upload date:
- Size: 16.8 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 |
3ea7e293d2068dbf565785f305fda5231577cd3d7b65f813060e13113bb44c01
|
|
| MD5 |
d2e2a9793aa41e2dc00f70f9f6a1dd44
|
|
| BLAKE2b-256 |
448a0c27b7f37be0dad796e88382b7241e6f791f4303ce6dae92ef073b557590
|