Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 320 Bytes

File metadata and controls

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

const client = Client.init(options);

let appConsentRequest = await client.api('/identityGovernance/appConsent/appConsentRequests/7322e5f3-0f15-4eb8-9e82-2029e8622f5d')
	.version('beta')
	.get();