$srcObj["attributeName"] and $dstObt["attributeName"] can be used to query any single-valued attribute from the source and target connected systems, respectively.
For example:
$emailAddress = $srcObj["mail"]
Multi-valued attributes must be queried using a different method. For example:
$commonParameters.CommonVars.SourceObject.Attributes["proxyAddresses"].Values
$commonParameters.CommonVars.TargetObject.Attributes["proxyAddresses"].Values
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center