root.defaultGroupCapability object
When a group install scope is selected, it defines the default capability when the user installs the app. Options are: team
,groupchat
, meetings
.
Properties that reference this object type:
Syntax
Properties
team
When the install scope selected is team
, this field specifies the default capability available.
Type
string
Required
—
Constraints
Supported values
Allowed values: tab
, bot
, connector
.
groupchat
When the install scope selected is groupChat
, this field specifies the default capability available.
Type
string
Required
—
Constraints
Supported values
Allowed values: tab
, bot
, connector
.
meetings
When the install scope selected is meetings
, this field specifies the default capability available.
Type
string
Required
—
Constraints
Supported values
Allowed values: tab
, bot
, connector
.
Examples
{
"defaultGroupCapability": {
"meetings": "tab",
"team": "bot",
"groupChat": "bot"
}
}