Skip to content

Commit af54bbc

Browse files
committed
feat: New Global Teams Messaging Policy standard
1 parent 096d041 commit af54bbc

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

src/data/standards.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2710,6 +2710,96 @@
27102710
"powershellEquivalent": "Set-CsTenantFederationConfiguration",
27112711
"recommendedBy": []
27122712
},
2713+
{
2714+
"name": "standards.TeamsMessagingPolicy",
2715+
"cat": "Teams Standards",
2716+
"tag": ["mediumimpact"],
2717+
"helpText": "Sets the properties of the Global messaging policy.",
2718+
"docsDescription": "Sets the properties of the Global messaging policy. Messaging policies control which chat and channel messaging features are available to users in Teams.",
2719+
"addedComponent": [
2720+
{
2721+
"type": "switch",
2722+
"name": "standards.TeamsMessagingPolicy.AllowOwnerDeleteMessage",
2723+
"label": "Allow Owner to Delete Messages",
2724+
"default": false,
2725+
"required": false
2726+
},
2727+
{
2728+
"type": "switch",
2729+
"name": "standards.TeamsMessagingPolicy.AllowUserDeleteMessage",
2730+
"label": "Allow User to Delete Messages",
2731+
"default": true,
2732+
"required": false
2733+
},
2734+
{
2735+
"type": "switch",
2736+
"name": "standards.TeamsMessagingPolicy.AllowUserEditMessage",
2737+
"label": "Allow User to Edit Messages",
2738+
"default": true,
2739+
"required": false
2740+
},
2741+
{
2742+
"type": "switch",
2743+
"name": "standards.TeamsMessagingPolicy.AllowUserDeleteChat",
2744+
"label": "Allow User to Delete Chats",
2745+
"default": true,
2746+
"required": false
2747+
},
2748+
{
2749+
"type": "autoComplete",
2750+
"multiple": false,
2751+
"name": "standards.TeamsMessagingPolicy.ReadReceiptsEnabledType",
2752+
"label": "Read Receipts Enabled Type",
2753+
"options": [
2754+
{
2755+
"label": "User controlled",
2756+
"value": "UserPreference"
2757+
},
2758+
{
2759+
"label": "Turned on for everyone",
2760+
"value": "Everyone"
2761+
},
2762+
{
2763+
"label": "Turned off for everyone",
2764+
"value": "None"
2765+
}
2766+
]
2767+
},
2768+
{
2769+
"type": "switch",
2770+
"name": "standards.TeamsMessagingPolicy.CreateCustomEmojis",
2771+
"label": "Allow Creating Custom Emojis",
2772+
"default": true,
2773+
"required": false
2774+
},
2775+
{
2776+
"type": "switch",
2777+
"name": "standards.TeamsMessagingPolicy.DeleteCustomEmojis",
2778+
"label": "Allow Deleting Custom Emojis",
2779+
"default": false,
2780+
"required": false
2781+
},
2782+
{
2783+
"type": "switch",
2784+
"name": "standards.TeamsMessagingPolicy.AllowSecurityEndUserReporting",
2785+
"label": "Allow reporting message as security concern",
2786+
"default": true,
2787+
"required": false
2788+
},
2789+
{
2790+
"type": "switch",
2791+
"name": "standards.TeamsMessagingPolicy.AllowCommunicationComplianceEndUserReporting",
2792+
"label": "Allow reporting message as inappropriate content",
2793+
"default": true,
2794+
"required": false
2795+
}
2796+
],
2797+
"label": "Global Messaging Policy for Microsoft Teams",
2798+
"impact": "Medium Impact",
2799+
"impactColour": "warning",
2800+
"powershellEquivalent": "Set-CsTeamsMessagingPolicy",
2801+
"recommendedBy": []
2802+
},
27132803
{
27142804
"name": "standards.AutopilotStatusPage",
27152805
"cat": "Device Management Standards",

0 commit comments

Comments
 (0)