Management::UserManagement::UserInfo2¶
Introduced : BIG-IP_v9.4.0
Note: this type is deprecated; please use UserInfo3 and associated
methods. (home directory, user id, and group id are now computed by
the system) UserInfo2 is used to store user information.
Member | Type | Description |
user | UserID | The user’s account information, i.e. name, full name. |
role | UserRole | The user’s role. |
password | PasswordInfo | The user’s password information, either clear-text or encrypted with crypt(3). |
home_directory | String | The user’s default home directory. |
login_shell | String | The user’s login shell. |
user_id | long | The user’s user ID. |
group_id | long | The user’s group ID. |
See Also¶
iControl ::
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.