TeamsChannelAccount interface

Extends

プロパティ

email
givenName
surname
tenantId
userPrincipalName
userRole

継承されたプロパティ

aadObjectId

Azure Active Directory (AAD) 内のこのアカウントのオブジェクト ID

id

このチャネルのユーザーまたはボットのチャネル ID (例: joe@smith.com、または @joesmith 123456)

name

表示フレンドリ名

role

アカウントの背後にあるエンティティのロール (例: User、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) 内のこのアカウントのオブジェクト ID

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 など)。 使用可能な値は、'user'、'bot'、'skill' です。

role?: RoleTypes | string

プロパティ値

RoleTypes | string

ChannelAccount.roleから継承