Search Results for

    Show / Hide Table of Contents

    Interface ISharePointIdentitySet

    Represents a keyed collection of sharePointIdentity resources. This resource extends from the identitySet resource to provide the ability to expose SharePoint-specific information to the user.

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

    Properties

    Application

    The application associated with this action. Optional.

    Declaration
    IIdentity Application { get; }
    Property Value
    IIdentity

    Device

    The device associated with this action. Optional.

    Declaration
    IIdentity Device { get; }
    Property Value
    IIdentity

    Group

    The group associated with this action. Optional.

    Declaration
    IIdentity Group { get; }
    Property Value
    IIdentity

    SiteGroup

    The SharePoint group associated with this action. Optional.

    Declaration
    ISharePointIdentity SiteGroup { get; }
    Property Value
    ISharePointIdentity

    SiteUser

    The SharePoint user associated with this action. Optional.

    Declaration
    ISharePointIdentity SiteUser { get; }
    Property Value
    ISharePointIdentity

    User

    The user associated with this action. Optional.

    Declaration
    IIdentity User { get; }
    Property Value
    IIdentity

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