Search Results for

    Show / Hide Table of Contents

    Interface ISharePointIdentity

    This resource extends from the identity resource to provide the ability to expose SharePoint-specific information; for example, loginName or SharePoint IDs.

    Namespace: PnP.Core.Model.Security
    Assembly: PnP.Core.dll
    Syntax
    public interface ISharePointIdentity

    Properties

    DisplayName

    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
    System.String

    Email

    The email of the SharePoint identity.

    Declaration
    string Email { get; }
    Property Value
    System.String

    Id

    Unique identifier for the identity. It can be either an Azure Active Directory ID or a SharePoint ID.

    Declaration
    string Id { get; }
    Property Value
    System.String

    LoginName

    The sign in name of the SharePoint identity.

    Declaration
    string LoginName { get; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer