91573558346136

Ensign
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-11-13
06:24
181 views
Creating a CI "containment" user accounts
Hello.
I need advice on "containment" employee data. Created "CI Employee" for users of the organization. Data is loaded from the program "APP1". And created a "CI Account User" receiving data from Active Directory. There are several Active Directory domains. In "CI Type Manager" between CI created relationship "Employee-> User Account" contrainment. The result is negative.
found a script where the action to create "containment"
if storageParams.has_key('svpIp'):
if storageParams['svpIp']:
ipOSH=modeling.createIpOSH(storageParams['svpIp'])
link=modeling.createLinkOSH('containment', storageOSH, ipOSH)
OSHVResult.add(ipOSH)
OSHVResult.add(link)
if not short_name:
short_name,domain_name=resolveIP(storageParams['svpIp'])
but I do not know how to apply "modeling" to users.
0 Replies