共用方式為


IIdentity interface

代表使用者、Bot 或交談。

屬性

aadObjectId

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

conversationType

指出通道中區分的交談類型。

id

此身分識別的通道特定標識碼。

isGroup

如果為 true,則身分識別為群組。 通常只能在交談身分識別上找到。

name

這個身分識別的易記名稱。

role

帳戶後方實體的角色(可能的值包括:'user'、'bot')

屬性詳細資料

aadObjectId

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

aadObjectId?: string

屬性值

string

conversationType

指出通道中區分的交談類型。

conversationType?: string

屬性值

string

id

此身分識別的通道特定標識碼。

id: string

屬性值

string

isGroup

如果為 true,則身分識別為群組。 通常只能在交談身分識別上找到。

isGroup?: boolean

屬性值

boolean

name

這個身分識別的易記名稱。

name?: string

屬性值

string

role

帳戶後方實體的角色(可能的值包括:'user'、'bot')

role?: string

屬性值

string