Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 2.28 KB

File metadata and controls

55 lines (45 loc) · 2.28 KB
title accessPackageAssignmentCalloutData resource type
description The data sent to an Azure Logic App connected to a custom extension within a catalog and used via an access package assignment
author AlexFilipin
ms.date 10/18/2025
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType

accessPackageAssignmentCalloutData resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the data sent to Azure Logic Apps as part of a custom extension callout request when a custom extension in a catalog gets used as part of an access package assignment.

Inherits from customExtensionData.

Properties

Property Type Description
accessPackageAssignmentRequestId String The request ID of the access package assignment.
callbackConfiguration customExtensionCallbackConfiguration The callback configuration for a custom extension.
customExtensionStageInstanceId String Unique identifier of the callout to the custom extension.
stage String Indicates the stage of the access package assignment request workflow when the access package custom extension runs.

Relationships

Relationship Type Description
accessPackage accessPackage The access package where the custom extension call out data to the Azure Logic App is being sent.
accessPackageCatalog accessPackageCatalog The catalog that contains the custom extension.
assignment accessPackageAssignment The specific assignment of the access package.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessPackageAssignmentCalloutData",
  "accessPackageAssignmentRequestId": "String",
  "customExtensionStageInstanceId": "String",
  "stage": "String",
  "callbackConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionCallbackConfiguration"
  }
}