Table of Contents

Interface ITeamIdentitySet

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Identity information about a Teams element

public interface ITeamIdentitySet : IDataModel<ITeamIdentitySet>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamIdentitySet>
Inherited Members
Extension Methods

Properties

Application

Optional. The application associated with this action.

IIdentity Application { get; }

Property Value

IIdentity

Conversation

Optional. The team or channel associated with this action.

IIdentity Conversation { get; }

Property Value

IIdentity

ConversationIdentityType

Optional. Indicates whether the conversation property identifies a team or channel.

IIdentity ConversationIdentityType { get; }

Property Value

IIdentity

Device

Optional. The device associated with this action.

IIdentity Device { get; }

Property Value

IIdentity

Phone

Optional. The phone number associated with this action.

IIdentity Phone { get; }

Property Value

IIdentity

User

Optional. The user associated with this action.

IIdentity User { get; }

Property Value

IIdentity