Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 586 Bytes

File metadata and controls

17 lines (11 loc) · 586 Bytes
description Automatically generated file. DO NOT MODIFY
// Code snippets are only available for the latest version. Current version is 6.x

GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);

RecommendationCollectionResponse result = graphClient.directory().recommendations().get(requestConfiguration -> {
	requestConfiguration.queryParameters.filter = "id eq '0cb31920-84b9-471f-a6fb-468c1a847088_Microsoft.Identity.IAM.Insights.TurnOffPerUserMFA'";
	requestConfiguration.queryParameters.expand = new String []{"impactedResources"};
});