mirror of https://github.com/ovh/the-bastion
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
656 B
30 lines
656 B
===============
|
|
groupDelMember
|
|
===============
|
|
|
|
Remove an account from the members list
|
|
=======================================
|
|
|
|
|
|
.. admonition:: usage
|
|
:class: cmdusage
|
|
|
|
--osh groupDelMember --group GROUP --account ACCOUNT
|
|
|
|
.. program:: groupDelMember
|
|
|
|
|
|
.. option:: --group GROUP
|
|
|
|
which group to remove ACCOUNT as a member of
|
|
|
|
.. option:: --account ACCOUNT
|
|
|
|
which account to remove as a member of GROUP
|
|
|
|
|
|
The specified account will no longer be able to access all present and future servers
|
|
pertaining to this group.
|
|
Note that if this account also had specific guest accesses to this group, they may
|
|
still apply, see ``groupListGuestAccesses``
|