-
Notifications
You must be signed in to change notification settings - Fork 15
passbolt_update_group
speatzle edited this page Dec 20, 2024
·
6 revisions
doc/passbolt_update_group.md## passbolt update group
Updates a Passbolt Group
Updates a Passbolt Group
passbolt update group [flags]
-d, --delete Remove Users/Managers from Group (default is Adding Users/Managers)
-h, --help help for group
--id string id of Group to Update
-m, --manager stringArray Managers to Add/Remove to/from Group
-n, --name string Group Name
-u, --user stringArray Users to Add/Remove to/from Group(Including Group Managers)
--config string Config File
--debug Enable Debug Logging
--mfaDelay duration Delay between MFA Attempts, only used in noninteractive modes (default 10s)
--mfaMode string How to Handle MFA, the following Modes exist: none, interactive-totp and noninteractive-totp (default "interactive-totp")
--mfaRetrys uint How often to retry TOTP Auth, only used in nointeractive modes (default 3)
--mfaTotpOffset duration TOTP Generation offset only used in noninteractive-totp mode
--mfaTotpToken string Token to generate TOTP's, only used in nointeractive-totp mode
--serverAddress string Passbolt Server Address (https://passbolt.example.com)
--timeout duration Timeout for the Context (default 1m0s)
--tlsClientCert string Client certificate for mtls
--tlsClientCertFile string Client certificate path for mtls
--tlsClientPrivateKey string Client private key for mtls
--tlsClientPrivateKeyFile string Client private key path for mtls
--tlsSkipVerify Allow servers with self-signed certificates
--userPassword string Passbolt User Password
--userPrivateKey string Passbolt User Private Key
--userPrivateKeyFile string Passbolt User Private Key File, if set then the userPrivateKey will be Overwritten with the File Content
- passbolt update - Updates a Passbolt Entity