Click or drag to resize

IAccountOwnershipService Interface

IAccountOwnershipService retrieve data from AccountOwershipSurvey

Namespace:  Omada.OE.Solution.OIM.AppLogic.AccountOwnership
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public interface IAccountOwnershipService

The IAccountOwnershipService type exposes the following members.

Methods
  NameDescription
Public methodGetLatestAccounts
Retrieve the latest account business keys for systemId that have been updated since the given timestamp.
Public methodMatchAccounts
Account join desired state for the given account composed business keys.
Public methodMatchIdentities
Identify the account join desired state for the given identities.
Top
See Also