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.
Assembly: PnP.Core.dll
Syntax
public interface ISharePointIdentitySet
Properties
The application associated with this action. Optional.
Declaration
IIdentity Application { get; }
Property Value
The device associated with this action. Optional.
Declaration
IIdentity Device { get; }
Property Value
The group associated with this action. Optional.
Declaration
Property Value
The SharePoint group associated with this action. Optional.
Declaration
ISharePointIdentity SiteGroup { get; }
Property Value
The SharePoint user associated with this action. Optional.
Declaration
ISharePointIdentity SiteUser { get; }
Property Value
The user associated with this action. Optional.
Declaration
Property Value