Interface ISharePointIdentity
This resource extends from the identity resource to provide the ability to expose SharePoint-specific information; for example, loginName or SharePoint IDs.
Assembly: PnP.Core.dll
Syntax
public interface ISharePointIdentity
Properties
The identity's display name. Note that this might not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
Declaration
string DisplayName { get; }
Property Value
The email of the SharePoint identity.
Declaration
Property Value
Unique identifier for the identity. It can be either an Azure Active Directory ID or a SharePoint ID.
Declaration
Property Value
The sign in name of the SharePoint identity.
Declaration
string LoginName { get; }
Property Value