你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChannelSettings interface

频道设置定义

属性

botIconUrl

机器人图标 URL

botId

机器人 ID

channelDisplayName

通道显示名称

channelId

频道 ID

disableLocalAuth

选择退出本地身份验证,并确保只能将 MSI 和 AAD 用于身份验证。

extensionKey1

extensionKey1

extensionKey2

extensionKey2

isEnabled

是否为机器人启用了此通道

requireTermsAgreement

客户是否需要同意新条款。

sites

站点列表

属性详细信息

botIconUrl

机器人图标 URL

botIconUrl?: string

属性值

string

botId

机器人 ID

botId?: string

属性值

string

channelDisplayName

通道显示名称

channelDisplayName?: string

属性值

string

channelId

频道 ID

channelId?: string

属性值

string

disableLocalAuth

选择退出本地身份验证,并确保只能将 MSI 和 AAD 用于身份验证。

disableLocalAuth?: boolean

属性值

boolean

extensionKey1

extensionKey1

extensionKey1?: string

属性值

string

extensionKey2

extensionKey2

extensionKey2?: string

属性值

string

isEnabled

是否为机器人启用了此通道

isEnabled?: boolean

属性值

boolean

requireTermsAgreement

客户是否需要同意新条款。

requireTermsAgreement?: boolean

属性值

boolean

sites

站点列表

sites?: Site[]

属性值

Site[]