IIdentity interface
Represents a user, bot, or conversation.
Properties
aad |
This account's object ID within Azure Active Directory (AAD) |
conversation |
Indicates the type of the conversation in channels that distinguish. |
id | Channel specific ID for this identity. |
is |
If true the identity is a group. Typically only found on conversation identities. |
name | Friendly name for this identity. |
role | Role of the entity behind the account (Possible values include: 'user', 'bot') |
Property Details
aadObjectId
This account's object ID within Azure Active Directory (AAD)
aadObjectId?: string
Property Value
string
conversationType
Indicates the type of the conversation in channels that distinguish.
conversationType?: string
Property Value
string
id
Channel specific ID for this identity.
id: string
Property Value
string
isGroup
If true the identity is a group. Typically only found on conversation identities.
isGroup?: boolean
Property Value
boolean
name
Friendly name for this identity.
name?: string
Property Value
string
role
Role of the entity behind the account (Possible values include: 'user', 'bot')
role?: string
Property Value
string