Scroll to navigation

PASSBOLT-GET-FOLDER-PERMISSION(1) PASSBOLT-GET-FOLDER-PERMISSION(1)

NAME

passbolt-get-folder-permission - Gets Permissions for a Passbolt Folder

SYNOPSIS

passbolt get folder permission [flags]

DESCRIPTION

Gets Permissions for a Passbolt Folder

OPTIONS

-c, --column=[ID,Aco,AcoForeignKey,Aro,AroForeignKey,Type] Columns to return, possible Columns: ID, Aco, AcoForeignKey, Aro, AroForeignKey, Type, CreatedTimestamp, ModifiedTimestamp

-h, --help[=false] help for permission

--id="" id of Folder to get permissions for

OPTIONS INHERITED FROM PARENT COMMANDS

--config="" Config File

--debug[=false] Enable Debug Logging

-j, --json[=false] Output JSON

--mfaDelay=10s Delay between MFA Attempts, only used in noninteractive modes

--mfaMode="interactive-totp" How to Handle MFA, the following Modes exist: none, interactive-totp and noninteractive-totp

--mfaRetrys=3 How often to retry TOTP Auth, only used in nointeractive modes

--mfaTotpOffset=0s TOTP Generation offset only used in noninteractive-totp mode

--mfaTotpToken="" Token to generate TOTP's, only used in nointeractive-totp mode

--serverAddress="" Passbolt Server Address (https://passbolt.example.com)

--timeout=1m0s Timeout for the Context

--tlsClientCert="" Client certificate for mtls

--tlsClientCertFile="" Client certificate path for mtls

--tlsClientPrivateKey="" Client private key for mtls

--tlsClientPrivateKeyFile="" Client private key path for mtls

--tlsSkipVerify[=false] Allow servers with self-signed certificates

--userPassword="" Passbolt User Password

--userPrivateKey="" Passbolt User Private Key

--userPrivateKeyFile="" Passbolt User Private Key File, if set then the userPrivateKey will be Overwritten with the File Content

--workers=0 Number of Concurrent Workers for Expensive Operations. 0 (default) uses the number of CPU cores

SEE ALSO

passbolt-get-folder(1)

Jul 2026 Auto generated by spf13/cobra