Microsoft Graph · Schema
chatMessagePolicyViolation
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
Properties
| Name | Type | Description |
|---|---|---|
| dlpAction | object | The action taken by the DLP provider on the message with sensitive content. Supported values are: NoneNotifySender -- Inform the sender of the violation but allow readers to read the message.BlockAcce |
| justificationText | string | Justification text provided by the sender of the message when overriding a policy violation. |
| policyTip | object | Information to display to the message sender about why the message was flagged as a violation. |
| userAction | object | Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensiti |
| verdictDetails | object | Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.chatMessagePolicyViolation",
"title": "chatMessagePolicyViolation",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"dlpAction": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.chatMessagePolicyViolationDlpActionTypes"
},
{
"type": "object",
"nullable": true
}
],
"description": "The action taken by the DLP provider on the message with sensitive content. Supported values are: NoneNotifySender -- Inform the sender of the violation but allow readers to read the message.BlockAccess -- Block readers from reading the message.BlockAccessExternal -- Block users outside the organization from reading the message, while allowing users within the organization to read the message."
},
"justificationText": {
"type": "string",
"description": "Justification text provided by the sender of the message when overriding a policy violation.",
"nullable": true
},
"policyTip": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.chatMessagePolicyViolationPolicyTip"
},
{
"type": "object",
"nullable": true
}
],
"description": "Information to display to the message sender about why the message was flagged as a violation."
},
"userAction": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.chatMessagePolicyViolationUserActionTypes"
},
{
"type": "object",
"nullable": true
}
],
"description": "Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction isn't required."
},
"verdictDetails": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes"
},
{
"type": "object",
"nullable": true
}
],
"description": "Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if the dlpAction hides it.AllowOverrideWithoutJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive."
},
"@odata.type": {
"type": "string"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphchatmessagepolicyviolation"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.