Table of Contents

Interface IIdentitySet

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

The identitySet resource is a keyed collection of identity resources.

public interface IIdentitySet

Properties

Application

The application associated with this action.

IIdentity Application { get; }

Property Value

IIdentity

Device

The device associated with this action.

IIdentity Device { get; }

Property Value

IIdentity

User

The user associated with this action.

IIdentity User { get; }

Property Value

IIdentity