Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 394 Bytes

File metadata and controls

18 lines (13 loc) · 394 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let alertIncidents = await client.api('/identityGovernance/roleManagementAlerts/alerts/DirectoryRole_67b47f38-0f0b-4e62-a3be-859140c2061f_TooManyGlobalAdminsAssignedToTenantAlert/alertIncidents')
	.version('beta')
	.top(5)
	.get();