共用方式為


TeamsChannelAccount interface

Extends

屬性

email
givenName
surname
tenantId
userPrincipalName
userRole

繼承的屬性

aadObjectId

此帳戶在 Azure Active Directory 內的物件識別碼 (AAD)

id

此通道上使用者或 Bot 的通道識別碼 (範例:joe@smith.com、或 @joesmith 或 123456)

name

顯示易記名稱

role

帳戶後方實體的角色(例如:使用者、Bot 等)。 可能的值包括:'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

此通道上使用者或 Bot 的通道識別碼 (範例:joe@smith.com、或 @joesmith 或 123456)

id: string

屬性值

string

繼承自ChannelAccount.id

name

顯示易記名稱

name: string

屬性值

string

繼承自ChannelAccount.name

role

帳戶後方實體的角色(例如:使用者、Bot 等)。 可能的值包括:'user'、'bot'、'skill'

role?: RoleTypes | string

屬性值

RoleTypes | string

繼承自ChannelAccount.role