Skip to content

Latest commit

 

History

History
46 lines (42 loc) · 962 Bytes

File metadata and controls

46 lines (42 loc) · 962 Bytes
description Automatically generated file. DO NOT MODIFY
mgc identity-governance entitlement-management catalogs custom-workflow-extensions create --access-package-catalog-id {accessPackageCatalog-id} --body '{
\
  "@odata.type": "#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension",
\
  "displayName": "test_action_0124_email",
\
  "description": "this is for graph testing only",
\
  "endpointConfiguration": {
\
    "@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration",
\
    "subscriptionId": "38ab2ccc-3747-4567-b36b-9478f5602f0d",
\
    "resourceGroupName": "test",
\
    "logicAppWorkflowName": "elm-extension-email"
\
  },
\
  "authenticationConfiguration": {
\
    "@odata.type": "#microsoft.graph.azureAdPopTokenAuthentication"
\
  },
\
  "callbackConfiguration": {
\
    "@odata.type": "microsoft.graph.customExtensionCallbackConfiguration",
\
    "durationBeforeTimeout": "PT1H"
\
  }
\
}
\
'