{ "$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" } } }