Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 360 Bytes

get-synchronizationschema-1-python-snippets.md

File metadata and controls

15 lines (8 loc) · 360 Bytes
description
Automatically generated file. DO NOT MODIFY
from msgraph import GraphServiceClient

graph_client = GraphServiceClient(credentials, scopes)


result = await graph_client.service_principals.by_service_principal_id('servicePrincipal-id').synchronization.jobs.by_synchronization_job_id('synchronizationJob-id').schema.get()