Interface IChatIdentitySet
Identity information about a Teams element
Inherited Members
Namespace: PnP.Core.Model.Me
Assembly: PnP.Core.dll
Syntax
public interface IChatIdentitySet : IDataModel<IChatIdentitySet>, IDataModelParent, IDataModelWithContext, ISupportModules<IChatIdentitySet>
Properties
Application
Optional. The application associated with this action.
Declaration
IIdentity Application { get; }
Property Value
IIdentity
|
Conversation
Optional. The team or channel associated with this action.
Declaration
IIdentity Conversation { get; }
Property Value
IIdentity
|
ConversationIdentityType
Optional. Indicates whether the conversation property identifies a team or channel.
Declaration
IIdentity ConversationIdentityType { get; }
Property Value
IIdentity
|
Device
Optional. The device associated with this action.
Declaration
IIdentity Device { get; }
Property Value
IIdentity
|
Phone
Optional. The phone number associated with this action.
Declaration
IIdentity Phone { get; }
Property Value
IIdentity
|
User
Optional. The user associated with this action.
Declaration
IIdentity User { get; }
Property Value
IIdentity
|