You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new example for AI Agents to PC; added more information to aiAgentInfo (#28623)
* Added new example for AI Agents to PC and added more information to aiAgentInfo
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Minor fix
* Code review feedback applied.
* Resolving code snippet error
* Applying code snippet changes to v1 doc
* Commented out broken code - temporary fix
* Commenting out the snippet include files to keep the tab structure in the staged article
* Remove code snippets for multiple languages
Removed code snippet includes for various languages from the userdatasecurityandgovernance.processcontent documentation.
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update userdatasecurityandgovernance-processcontent.md
* Added Kyle's clarification to aiAgentInfo
* Reverse incorrect changes made for policyActions
* Apply suggestions from code review
Co-authored-by: Reeza Ali <223746809+ReezaAli149@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
* Apply suggestions from code review
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Danipocket <88507770+Danipocket@users.noreply.github.com>
Co-authored-by: Faith Moraa Ombongi <ombongi.moraa.fe@gmail.com>
description: "Process content against data protection policies in the context of the current, or specified, user."
5
-
author: "kylemar"
6
-
ms.date: 02/06/2026
5
+
author: "reezaali149"
6
+
ms.date: 04/22/2026
7
7
ms.localizationpriority: medium
8
8
ms.subservice: "security"
9
9
doc_type: apiPageType
@@ -71,12 +71,12 @@ If successful, this action returns a `200 OK` response code and a [processConte
71
71
72
72
## Examples
73
73
74
-
### Example 1: Enterprise AI app
74
+
### Example 1: Enterprise app
75
75
76
76
#### Request
77
77
78
-
The following example shows a request.
79
-
# [HTTP](#tab/http)
78
+
The following example shows a request from an enterprise app, which might be a non-AI and AI app. The text that you send using `data` can be any text from your app. If your app is an AI app, you would send the user's prompt.
The following example shows a request sent from an AI agent. In the request, notice that there's an `agents` array which is of type `aiAgentInfo`. In this example, `data` is used to send the user's prompt.
"data": "For application 123456789, Write an acceptance letter for Alex Wilber with Credit card number 0000111122223333, ssn: 000-11-2222 at One Microsoft Way, Redmond, WA 98052"
| blueprintId | String | Identifier of the parent [agent blueprint](../resources/agentIdentityBlueprint.md) that defines the identity and configuration of the agent. |
26
-
| identifier | String | The unique identifier of the AI agent. Inherited from [aiInteractionEntity](../resources/aiinteractionentity.md). |
25
+
| blueprintId | String | Identifier of the parent [agent blueprint](../resources/agentidentityblueprint.md) that defines the identity and configuration of the agent. This identifier is provided by Microsoft Entra. |
26
+
| identifier | String | The unique identifier of the AI agent. Inherited from [aiInteractionEntity](../resources/aiinteractionentity.md). This identifier is provided by the developer. If building on Microsoft Entra Agent ID, use the [agentIdentity](../resources/agentidentity.md) ID. |
27
27
| name | String | The display name of the AI agent. Inherited from [aiInteractionEntity](../resources/aiinteractionentity.md). |
28
28
| version | String | The version of the AI agent used. Inherited from [aiInteractionEntity](../resources/aiinteractionentity.md). |
0 commit comments