Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 635 Bytes

File metadata and controls

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

const client = Client.init(options);

const customAccessPackageWorkflowExtension = {
  '@odata.type': '#microsoft.graph.customAccessPackageWorkflowExtension',
  displayName: 'test_action_0124_email',
  description: 'this is for graph testing only'
};

await client.api('/identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-9a7a-446c-986b-ca6528c6669d/customAccessPackageWorkflowExtensions/98ffaec5-ae8e-4902-a434-5ffc5d3d3cd0')
	.version('beta')
	.put(customAccessPackageWorkflowExtension);