Nota
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare ad accedere o a cambiare directory.
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare a cambiare directory.
Namespace: microsoft.graph
Contains the outcome of a processContent action or a single result within a processContentAsync action.
Properties
| Property | Type | Description |
|---|---|---|
| policyActions | Collection(microsoft.graph.dlpActionInfo) | 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 | Collection(microsoft.graph.processingError) | A collection of errors encountered during the content processing. |
| protectionScopeState | microsoft.graph.security.protectionScopeState | Indicates if the applicable protection scope (policies) has changed since the last known state for the context. Possible values are modified and notModified. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.processContentResponse",
"policyActions": [
{
"@odata.type": "microsoft.graph.dlpActionInfo"
}
],
"processingErrors": [
{
"@odata.type": "microsoft.graph.processingError"
}
],
"protectionScopeState": "String"
}