@@ -515,15 +515,16 @@ =head1 EXAMPLES
515515
516516Example csv user file:
517517
518- # operation,username,first_name,last_name,email address,work_phone,home_phone,cell_phone,type(NATIVE|LDAP),principal_credential,password,admin_priv,js_user
519- # comment - create a new user with Delphix authentication
520- C,testuser,Test,User,test.user@test.mail.com,,555-222-222,,NATIVE,,password,Y
521- # comment - create a new user with LDAP
522- C,testuser2,Test,User2,test.user@test.mail.com,555-111-111,555-222-222,555-333- 333,LDAP,"testuser@test.domain.com",,Y
523- # update existing user - non-empty values will be updated, password can't be modified in this version
524- U,user11,FirstName,LastName,newemail@test.com,,,,,,, U,testuser,Test,User,test.user@test.com,,555-222-333,,NATIVE,,password,Y
525- # delete user
526- D,testuser2,,,,,,,,,,
518+ #operation,username,first_name,last_name,email address,work_phone,home_phone,cell_phone,type(NATIVE|LDAP),principal_credential,password,admin_priv,js_user,timeout,apiUser
519+ # comment - create a new user with Delphix authentication
520+ C,testuser,Test,User,test.user@test.mail.com,,555-222-222,,NATIVE,,password,Y,N,60,N
521+ # comment - create a new user with LDAP
522+ C,testuser2,Test,User2,test.user@test.mail.com,555-111-111,555-222-222,555-333-333,LDAP,"testuser@test.domain.com",,Y,N,60,N
523+ # update existing user - non-empty values will be updated, password can't be modified in this version
524+ U,user11,FirstName,LastName,newemail@test.com,,,,,,,
525+ U,testuser,Test,User,test.user@test.com,,555-222-333,,NATIVE,,password,,Y
526+ # delete user
527+ D,testuser2,,,,,,,,,,,
527528
528529Example csv profile file:
529530
0 commit comments