Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 376 Bytes

File metadata and controls

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

const client = Client.init(options);

let usageRights = await client.api('/groups/0003985b-dfc1-4f42-97d4-65f70a335ca8/cloudLicensing/usageRights')
	.version('beta')
	.filter('services/any(c:c/planId eq 113feb6c-3fe4-4440-bddc-54d774bf0318)')
	.get();