Management::UserManagement::UserInfo3¶
Introduced : BIG-IP_v10.1.0
UserInfo3 is used to store user information.
Member | Type | Description |
user | UserID | The user’s account information, i.e. name, full name. |
password | PasswordInfo | The user’s password information, either clear-text or encrypted with crypt(3). |
permissions | UserPermission [] | The user’s permissions, i.e., what role a user has on a given partition; a user could have one role on a partition, and a different role on another partition, hence the permission list is a sequence for each user. “Common” is one choice for the partition part of UserPermission if you don’t know what to set it to. “[All]” means the role is active in all partitions. |
login_shell | String | The user’s login shell. |
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.