Click or drag to resize

MigrationServiceGetTrustInformation Method

Returns information about trusted systems, if the must be migrated or not.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual List<TrustInfo> GetTrustInformation(
	DataObject system
)

Parameters

system
Type: Omada.OE.ModelDataObject

Return Value

Type: ListTrustInfo
See Also