Microsoft Graph · Schema

processContentResponse

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
policyActions array A collection of policy actions (like DLP actions) triggered by the processed content. NOTE: Currently, the only policy action supported in for this resource type is restrictAccess.
processingErrors array A collection of errors encountered during the content processing.
protectionScopeState object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphprocesscontentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.processContentResponse",
  "title": "processContentResponse",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "policyActions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.dlpActionInfo"
      },
      "description": "A collection of policy actions (like DLP actions) triggered by the processed content. NOTE: Currently, the only policy action supported in for this resource type is restrictAccess."
    },
    "processingErrors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.processingError"
      },
      "description": "A collection of errors encountered during the content processing."
    },
    "protectionScopeState": {
      "$ref": "#/components/schemas/microsoft.graph.protectionScopeState"
    },
    "@odata.type": {
      "type": "string"
    }
  }
}