Component |
Node identifier |
Remarks |
---|---|---|
VI_ITShop_AccProductGroupSelector |
AdditionalControls |
Not supported anymore. |
VI_ITShop_AccProductGroupList |
SetSearchType |
Not required anymore. |
Component |
Node identifier |
Remarks |
---|---|---|
VI_ITShop_AccProductGroupSelector |
AdditionalControls |
Not supported anymore. |
VI_ITShop_AccProductGroupList |
SetSearchType |
Not required anymore. |
These virtual collections have been removed. You can safely remove any mapping collections that refer to these collections.
Component |
Collection name |
Remarks |
---|---|---|
VI_Attestation_AttestationRuns_SendReminder |
attestationruns |
Use the ListOfAttestationRuns() function to pass a list of attestation runs. |
Component |
Property |
Remarks |
---|---|---|
VI_Attestation_AttestationRuns_SendReminder |
uid_attestationpolicy rundate |
Use the ListOfAttestationRuns() function to pass a list of attestation runs. |
VI_Interfaces_ObjectSwitch_Object_Overview |
xobjectkey |
Not required anymore. |
VI_ITShop_AccProductGroupList |
accproductwhereclause |
Not required anymore. |
VI_ITShop_AccProductGroupSelector |
accproductwhereclause searchtype |
Not required anymore. |
VI_Roles_AttestationCasesForObject |
xobjectkey |
Not required anymore. |
VI_Roles_Membership |
tablename pk display xobjectkey isforitshop |
Not required anymore. |
VI_Roles_UNSGroupInUNSGroup |
tablename |
Not required anymore. |
The API changes were made mainly to support the new object layer including asynchronous operations. This has a couple of effects:
Methods have been replaced by asynchronous implementations, and renamed to include an async suffix. For some methods, synchronous wrapper methods are available as extension methods. To use these methods, add a using VI.WebRuntime.Compatibility; directive to the consuming code.
Synchronous events have been replaced by IAsyncObervable<T> implementations of the observer pattern.
Methods that expect legacy argument types have been changed to support their successors:
IColDef --> IMetaColumn
ITableDef --> IMetaTable
IConnection --> ISession
Note that this list is not exhaustive. For example, it does not include overriding method implementations that have been removed.
The list also does not include new interface members. For more information on a specific interface member, see the One Identity Manager Web Runtime documentation.
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center