Microsoft Graph · Schema

invokeActionResult

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
accountId string The account ID.
action object
correlationId string The unique identifier for tracking the request.
identityProvider object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityinvokeactionresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.invokeActionResult",
  "title": "invokeActionResult",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "accountId": {
      "type": "string",
      "description": "The account ID."
    },
    "action": {
      "$ref": "#/components/schemas/microsoft.graph.security.action"
    },
    "correlationId": {
      "type": "string",
      "description": "The unique identifier for tracking the request.",
      "nullable": true
    },
    "identityProvider": {
      "$ref": "#/components/schemas/microsoft.graph.security.identityProvider"
    },
    "@odata.type": {
      "type": "string"
    }
  }
}