Microsoft Graph · Schema
microsoft.graph.identityGovernance.customTaskExtensionCalloutData
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCalloutData",
"title": "microsoft.graph.identityGovernance.customTaskExtensionCalloutData",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.customExtensionData"
},
{
"title": "customTaskExtensionCalloutData",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"subject": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.user"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"task": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.identityGovernance.task"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"taskProcessingresult": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"workflow": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.identityGovernance.workflow"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.identityGovernance.customTaskExtensionCalloutData"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.identityGovernance.customTaskExtensionCalloutData"
}