TeamsChannelAccount interface

扩展

属性

email
givenName
surname
tenantId
userPrincipalName
userRole

继承属性

aadObjectId

Azure Active Directory 中的此帐户的对象 ID(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 中的此帐户的对象 ID(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