Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 335 Bytes

File metadata and controls

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

const client = Client.init(options);

let workflow = await client.api('/identityGovernance/lifecycleWorkflows/workflows/14879e66-9ea9-48d0-804d-8fea672d0341')
	.version('beta')
	.expand('previewScope')
	.get();