Interface IIdentitySet
The identitySet resource is a keyed collection of identity resources.
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public interface IIdentitySet
Properties
Application
The application associated with this action.
Declaration
IIdentity Application { get; }
Property Value
IIdentity
|
Device
The device associated with this action.
Declaration
IIdentity Device { get; }
Property Value
IIdentity
|