Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:adm:roles_-_import_data_from_csv [2020/05/18 12:49]
doischert
tutorial:adm:roles_-_import_data_from_csv [2020/05/28 10:58]
kucerar
Line 25: Line 25:
   * <nowiki>LAY-SP will have a description (Manager), attribute (attr1), criticality (3), guarantee by identity (with user-name "user-login" and type of guarantee "type1"), and guarantee by role (with role-code "role_code" and type of guarantee "type2") set. It will be saved in catalogue cat4.</nowiki>   * <nowiki>LAY-SP will have a description (Manager), attribute (attr1), criticality (3), guarantee by identity (with user-name "user-login" and type of guarantee "type1"), and guarantee by role (with role-code "role_code" and type of guarantee "type2") set. It will be saved in catalogue cat4.</nowiki>
   * Roles CORE-CLOSE and AB-role will have a description (desc), an attribute (attr1), and criticality (2) set. They will be in catalogues cat1 and cat3.   * Roles CORE-CLOSE and AB-role will have a description (desc), an attribute (attr1), and criticality (2) set. They will be in catalogues cat1 and cat3.
 +
 +<note important>CzechIdM uses by defaul utf-8 encoding. If your input file is encoded in diferent encoding, or if you experience some issues with non english characters, you may set different encoding in configuration of import long running task. Examples of other used encodings might be windows-1250, utf-8 or windows-1252</note>
  
 ==== Create new LongRunningTask ==== ==== Create new LongRunningTask ====
Line 56: Line 58:
 - System name - name of the system to connect with roles (if you do not want to connect your roles to any system, leave this line empty) - System name - name of the system to connect with roles (if you do not want to connect your roles to any system, leave this line empty)
 - MemberOf attribute name - name of multi valued attribute for merge; (if you do not want to do that, leave this line empty) - MemberOf attribute name - name of multi valued attribute for merge; (if you do not want to do that, leave this line empty)
 +- MemberOf attribute value name - name of column where is stored value which should be used in memberOf attribute (leave empty and role name will be filled in)
 - Role environment - the name of the environment to which you want to add the role; only supported during creating, not updating roles! - Role environment - the name of the environment to which you want to add the role; only supported during creating, not updating roles!
 - Can be requested - (Boolean) - Roles can be requested, can be also used to update already imported settings; it allows not selecting value when updating (not when creating!) roles which will not change the Can be requested property of roles. When creating roles, either Yes or No must be selected. - Can be requested - (Boolean) - Roles can be requested, can be also used to update already imported settings; it allows not selecting value when updating (not when creating!) roles which will not change the Can be requested property of roles. When creating roles, either Yes or No must be selected.
  • by apeterova