| DataWarehouseControllerGetIdentityOISIdFromDistinguishedName Method |
The method looks up an Identity ID based on a userPrincipalName account name and a system.
The method mimicks how RoPE looks up accounts in ODW which also covers owned accounts.
It searches on the DistinguishedName column which we know is mapped from the userPrincipalName
in the Azure collector.
Namespace:
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic int GetIdentityOISIdFromDistinguishedName(
string systemBusinessKey,
string userPrincipalName
)
Parameters
- systemBusinessKey
- Type: SystemString
- userPrincipalName
- Type: SystemString
Return Value
Type:
Int32
See Also