Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.99 KB

File metadata and controls

56 lines (47 loc) · 1.99 KB
title chatMessagePolicyViolationPolicyTip resource type
description Represents the properties of a policy tip on a chatMessagePolicyViolation object. Policy tips provide the sender with information about the policy violation.
author RamjotSingh
doc_type resourcePageType
ms.localizationpriority medium
ms.subservice teams
ms.date 07/22/2024

chatMessagePolicyTip resource type

[!INCLUDE beta-disclaimer]

Represents the properties of a policy tip on a chatMessagePolicyViolation object. Policy tips provide the sender with information about the policy violation. Policy tips are typically set by a data loss prevention (DLP) app which watches for messages that contain data that users aren't supposed to send.

Properties

Property Type Description
complianceUrl string The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn't say in chats)
generalText string Explanatory text shown to the sender of the message.
matchedConditionDescriptions string collection The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include "Credit Card Number" and "Social Security Number".

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "complianceUrl": "string",
  "generalText": "string",
  "matchedConditionDescriptions": ["string 1", "string 2"]
}