Sündmused
17. märts, 21 - 21. märts, 10
Liituge sarjaga, et luua muude arendajate ja ekspertidega skaleeritavad tehisintellektilahendused, mis põhinevad reaalajas kasutusjuhtumitel.
Registreeruge koheSeda brauserit enam ei toetata.
Uusimate funktsioonide, turbevärskenduste ja tehnilise toe kasutamiseks võtke kasutusele Microsoft Edge.
Namespace: microsoft.graph
Oluline
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Used to record the status of custom workflow extension instance being run on an access package assignment request.
Property | Type | Description |
---|---|---|
customExtensionId | String | Identifier of the customAccessPackageWorkflowExtension triggered at this instance. |
externalCorrelationId | String | The unique run ID for the logic app. |
stage | accessPackageCustomExtensionStage | Indicates the stage of the request workflow when the access package custom extension runs. The possible values are: assignmentRequestCreated , assignmentRequestApproved , assignmentRequestGranted , assignmentRequestRemoved , assignmentFourteenDaysBeforeExpiration , assignmentOneDayBeforeExpiration , unknownFutureValue . |
status | accessPackageCustomExtensionHandlerStatus | Status of the request to run the access package custom extension workflow that is associated with the logic app. The possible values are: requestSent , requestReceived , unknownFutureValue . |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customExtensionHandlerInstance",
"stage": "String",
"customExtensionId": "String",
"externalCorrelationId": "String",
"status": "String"
}
Sündmused
17. märts, 21 - 21. märts, 10
Liituge sarjaga, et luua muude arendajate ja ekspertidega skaleeritavad tehisintellektilahendused, mis põhinevad reaalajas kasutusjuhtumitel.
Registreeruge kohe