TeamsChannelAccount interface

Extends

属性

email
givenName
surname
tenantId
userPrincipalName
userRole

继承属性

aadObjectId

此帐户在 Azure Active Directory (AAD)

id

此通道上用户或机器人的通道 ID (示例: joe@smith.com、 或 @joesmith 123456)

name

显示友好名称

role

帐户背后的实体角色 (示例:用户、机器人等) 。 可能的值包括:“user”、“bot”、“skill”

属性详细信息

email

email?: string

属性值

string

givenName

givenName?: string

属性值

string

surname

surname?: string

属性值

string

tenantId

tenantId?: string

属性值

string

userPrincipalName

userPrincipalName?: string

属性值

string

userRole

userRole?: string

属性值

string

继承属性详细信息

aadObjectId

此帐户在 Azure Active Directory (AAD)

aadObjectId?: string

属性值

string

继承自ChannelAccount.aadObjectId

id

此通道上用户或机器人的通道 ID (示例: joe@smith.com、 或 @joesmith 123456)

id: string

属性值

string

继承自ChannelAccount.id

name

显示友好名称

name: string

属性值

string

继承自ChannelAccount.name

role

帐户背后的实体角色 (示例:用户、机器人等) 。 可能的值包括:“user”、“bot”、“skill”

role?: RoleTypes | string

属性值

RoleTypes | string

继承自ChannelAccount.role