Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 355 Bytes

File metadata and controls

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

const client = Client.init(options);

let signIns = await client.api('/auditLogs/signins?&$filter=startsWith(appDisplayName,\'Azure\')&$top=10')
	.version('beta')
	.filter('startsWith(appDisplayName,\'Azure\')')
	.top(10)
	.get();