Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 394 Bytes

File metadata and controls

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

const client = Client.init(options);

let string = await client.api('/compliance/ediscovery/cases/99e865fc-e29f-479a-ba83-9e58eb017103/operations/63926d4779c243458902328d83f61f53/microsoft.graph.ediscovery.caseExportOperation/getDownloadUrl')
	.version('beta')
	.get();