Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 344 Bytes

get-accessreviewscheduledefinition-python-snippets.md

File metadata and controls

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

graph_client = GraphServiceClient(credentials, scopes)


result = await graph_client.identity_governance.access_reviews.definitions.by_access_review_schedule_definition_id('accessReviewScheduleDefinition-id').get()