Table of Contents

Interface ISharePointIdentitySet

Namespace
PnP.Core.Model.Security
Assembly
PnP.Core.dll

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.

public interface ISharePointIdentitySet

Properties

Application

The application associated with this action. Optional.

IIdentity Application { get; }

Property Value

IIdentity

Device

The device associated with this action. Optional.

IIdentity Device { get; }

Property Value

IIdentity

Group

The group associated with this action. Optional.

IIdentity Group { get; }

Property Value

IIdentity

SiteGroup

The SharePoint group associated with this action. Optional.

ISharePointIdentity SiteGroup { get; }

Property Value

ISharePointIdentity

SiteUser

The SharePoint user associated with this action. Optional.

ISharePointIdentity SiteUser { get; }

Property Value

ISharePointIdentity

User

The user associated with this action. Optional.

IIdentity User { get; }

Property Value

IIdentity