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