Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 444 Bytes

File metadata and controls

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

const client = Client.init(options);

let unifiedRoleManagementAlert = await client.api('/identityGovernance/roleManagementAlerts/alerts/DirectoryRole_19356be4-7e93-4ed6-a7c6-0ae28454d125_TooManyGlobalAdminsAssignedToTenantAlert')
	.version('beta')
	.expand('alertDefinition,alertConfiguration,alertIncidents')
	.get();