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'、'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'、'skill' です。

role?: RoleTypes | string

プロパティ値

RoleTypes | string

channelAccount.role から継承