Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 436 Bytes

File metadata and controls

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

const client = Client.init(options);

let unifiedRoleManagementAlertConfiguration = await client.api('/identityGovernance/roleManagementAlerts/alertConfigurations/DirectoryRole_19356be4-7e93-4ed6-a7c6-0ae28454d125_TooManyGlobalAdminsAssignedToTenantAlert')
	.version('beta')
	.expand('alertDefinition')
	.get();