How to update a Custom Field of the Provisioning Role?
Identity Manager 14.x
The etautil tool below is to update the Custom Field.
etautil -u etaadmin -p <password> update 'eTRoleContainerName=Roles,eTNamespaceName=CommonObjects' eTRole eTRoleName='<Role Name>' to eTCustomFieldXX='new value'
Where:
eTCustomFieldXX = where XX is the number of the Custom Field, i.e. eTCustomField10
password = etaadmin's password
Note: In case you need to update a Multi-valued attribute add "" signal in the eTCustomFieldXX
Example:
...to +eTCustomFieldXX='new value'