IIdentity interface
表示用户、机器人或对话。
属性
| aad |
Azure Active Directory 中的此帐户的对象 ID(AAD) |
| conversation |
指示通道中区分的对话的类型。 |
| id | 此标识的通道特定 ID。 |
| is |
如果为 true,则标识为组。 通常仅在对话标识上找到。 |
| name | 此标识的友好名称。 |
| role | 帐户后面的实体角色(可能的值包括:“user”、“bot”) |
属性详细信息
aadObjectId
Azure Active Directory 中的此帐户的对象 ID(AAD)
aadObjectId?: string
属性值
string
conversationType
指示通道中区分的对话的类型。
conversationType?: string
属性值
string
id
此标识的通道特定 ID。
id: string
属性值
string
isGroup
如果为 true,则标识为组。 通常仅在对话标识上找到。
isGroup?: boolean
属性值
boolean
name
此标识的友好名称。
name?: string
属性值
string
role
帐户后面的实体角色(可能的值包括:“user”、“bot”)
role?: string
属性值
string