File: users.rst

package info (click to toggle)
python-softlayer 6.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,100 kB
  • sloc: python: 53,771; makefile: 289; sh: 57
file content (63 lines) | stat: -rw-r--r-- 1,414 bytes parent folder | download
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
.. _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: