Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 397 Bytes

File metadata and controls

19 lines (14 loc) · 397 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let recommendations = await client.api('/directory/recommendations')
	.version('beta')
	.filter('id eq \'0cb31920-84b9-471f-a6fb-468c1a847088_Microsoft.Identity.IAM.Insights.TurnOffPerUserMFA\'')
	.expand('impactedResources')
	.get();