Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 361 Bytes

File metadata and controls

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

const client = Client.init(options);

let getSupportedCloudPcRemoteActions = await client.api('/deviceManagement/virtualEndpoint/cloudPCs/831dd62e-cfa1-4d49-a3b4-58d4e9920f8e/getSupportedCloudPcRemoteActions')
	.version('beta')
	.get();