1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
.. _cli_user:
Users
=====
Version 5.6.0 introduces the ability to interact with user accounts from the cli.
.. click:: SoftLayer.CLI.user.list:cli
:prog: user list
:show-nested:
.. click:: SoftLayer.CLI.user.detail:cli
:prog: user detail
:show-nested:
.. click:: SoftLayer.CLI.user.notifications:cli
:prog: user notifications
:show-nested:
.. click:: SoftLayer.CLI.user.permissions:cli
:prog: user permissions
:show-nested:
.. click:: SoftLayer.CLI.user.edit_notifications:cli
:prog: user edit-notifications
:show-nested:
.. click:: SoftLayer.CLI.user.edit_permissions:cli
:prog: user edit-permissions
:show-nested:
.. click:: SoftLayer.CLI.user.edit_details:cli
:prog: user edit-details
:show-nested:
.. click:: SoftLayer.CLI.user.create:cli
:prog: user create
:show-nested:
.. click:: SoftLayer.CLI.user.delete:cli
:prog: user delete
:show-nested:
.. click:: SoftLayer.CLI.user.device_access:cli
:prog: user device-access
:show-nested:
.. click:: SoftLayer.CLI.user.vpn_manual:cli
:prog: user vpn-manual
:show-nested:
.. click:: SoftLayer.CLI.user.vpn_subnet:cli
:prog: user vpn-subnet
:show-nested:
.. click:: SoftLayer.CLI.user.remove_access:cli
:prog: user remove-access
:show-nested:
.. click:: SoftLayer.CLI.user.grant_access:cli
:prog: user grant-access
:show-nested:
.. click:: SoftLayer.CLI.user.vpn_password:cli
:prog: user vpn-password
:show-nested:
.. click:: SoftLayer.CLI.user.vpn_enable_or_disable:vpn_enable
:prog: user vpn-enable
:show-nested:
.. click:: SoftLayer.CLI.user.vpn_enable_or_disable:vpn_disable
:prog: user vpn-disable
:show-nested:
.. click:: SoftLayer.CLI.user.apikey:cli
:prog: user apikey
:show-nested:
|