Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 359 Bytes

File metadata and controls

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

const client = Client.init(options);

let roleAssignments = await client.api('/roleManagement/deviceManagement/roleAssignments')
	.version('beta')
	.filter(' principalIds/any(x:x eq \'564ae70c-73d9-476b-820b-fb61eb7384b9\')')
	.get();