Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 988 Bytes

File metadata and controls

30 lines (25 loc) · 988 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Identity.Governance

$params = @{
	"@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.accessPackageRequestApprovalStageCallbackConfiguration"
		durationBeforeTimeout = "PT1H"
	}
}

New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension -AccessPackageCatalogId $accessPackageCatalogId -BodyParameter $params