TeamsChannelAccount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Teams channel account detailing user Azure Active Directory details.
public class TeamsChannelAccount : Microsoft.Bot.Schema.ChannelAccount
type TeamsChannelAccount = class
inherit ChannelAccount
Public Class TeamsChannelAccount
Inherits ChannelAccount
- Inheritance
- Derived
Constructors
TeamsChannelAccount() |
Initializes a new instance of the TeamsChannelAccount class. |
TeamsChannelAccount(String, String, String, String, String, String, String, String) |
Initializes a new instance of the TeamsChannelAccount class. |
TeamsChannelAccount(String, String, String, String, String, String) |
Initializes a new instance of the TeamsChannelAccount class. |
Properties
AadObjectId |
Gets or sets this account's object ID within Azure Active Directory (AAD). (Inherited from ChannelAccount) |
Gets or sets email Id of the user. |
|
GivenName |
Gets or sets given name part of the user name. |
Id |
Gets or sets channel id for the user or bot on this channel (Example: joe@smith.com, or @joesmith or 123456). (Inherited from ChannelAccount) |
Name |
Gets or sets display friendly name. (Inherited from ChannelAccount) |
Properties |
Gets or sets properties that are not otherwise defined by the ChannelAccount type but that might appear in the REST JSON object. (Inherited from ChannelAccount) |
Role |
Gets or sets role of the entity behind the account (Example: User, Bot, etc.). Possible values include: 'user', 'bot'. (Inherited from ChannelAccount) |
Surname |
Gets or sets surname part of the user name. |
TenantId |
Gets or sets the TenantId. |
UserPrincipalName |
Gets or sets unique user principal name. |
UserRole |
Gets or sets the UserRole. |