Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.identityGovernance
Important
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.
Represents the data returned from customTaskExtension callouts. This object is configured in the data property of the customExtensionCalloutResponse resource.
Inherits from customExtensionData.
Properties
| Property | Type | Description |
|---|---|---|
| operationStatus | microsoft.graph.identityGovernance.customTaskExtensionOperationStatus | The operation status reported by the custom task extension. The possible values are: completed, failed, unknownFutureValue. |
| statusReasons | String collection | A collection of status reason strings. May be empty. |
| targetSubject | microsoft.graph.identityGovernance.workflowSubject | The workflow subject that was processed by the custom task extension. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionResponseData",
"operationStatus": "String",
"targetSubject": {
"@odata.type": "microsoft.graph.identityGovernance.workflowSubject"
},
"statusReasons": [
"String"
]
}