teamFunSettings 资源类型
命名空间:microsoft.graph
设置在团队中配置 Giphy、Meme 和贴纸的使用。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| allowGiphy | 布尔值 | 如果设置为 true,则启用 Giphy 使用。 |
| giphyContentRating | 字符串 (枚举) | Giphy 内容分级。 可取值为:moderate、strict。 |
| allowStickersAndMemes | Boolean | 如果设置为 true,则允许用户包括贴纸和 Meme。 |
| allowCustomMemes | Boolean | 如果设置为 true,则允许用户包括自定义 Meme。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"allowGiphy": true,
"giphyContentRating": "strict",
"allowStickersAndMemes": true,
"allowCustomMemes": true
}
反馈
提交和查看相关反馈