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?: stringProperty Value
string
		conversationType
	 
	Indicates the type of the conversation in channels that distinguish.
conversationType?: stringProperty Value
string
id
Channel specific ID for this identity.
id: stringProperty Value
string
		isGroup
	 
	If true the identity is a group. Typically only found on conversation identities.
isGroup?: booleanProperty Value
boolean
name
Friendly name for this identity.
name?: stringProperty Value
string
role
Role of the entity behind the account (Possible values include: 'user', 'bot')
role?: stringProperty Value
string