Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 604 Bytes

File metadata and controls

32 lines (28 loc) · 604 Bytes
description Automatically generated file. DO NOT MODIFY
mgc teams channels messages patch --team-id {team-id} --channel-id {channel-id} --chat-message-id {chatMessage-id} --body '{
\
  "policyViolation": {
\
    "policyTip": {
\
      "generalText" : "This item has been blocked by the administrator.",
\
      "complianceUrl" : "https://contoso.com/dlp-policy-page",
\
      "matchedConditionDescriptions" : ["Credit Card Number"]
\
    },
\
    "verdictDetails" : "AllowOverrideWithoutJustification,AllowFalsePositiveOverride",
\
    "dlpAction" : "BlockAccess"
\
  }
\
}
\
'