ETAUTIL to update provisioning role field
search cancel

ETAUTIL to update provisioning role field

book

Article ID: 193251

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

How to update a Custom Field of the Provisioning Role?

Environment

Identity Manager 14.x

Resolution

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'