Enums
The following tables enumerate values required in documented scenarios:
Two-step Login Methods
Used to specify which Two-step Login method to use when logging in:
Name | Value |
---|---|
Authenticator | 0 |
1 |
Note
FIDO2, YubiKey, and Duo are not supported by the Bravura Safe CLI.
Item types
Used with the create
command to specify a safe item type:
Name | Value |
---|---|
Login | 1 |
Secure note | 2 |
Card | 3 |
Identity | 4 |
Login URI Match types
Used with the create
and edit
commands to specify URI match detection behavior for a Login item:
Name | Value |
---|---|
Domain | 0 |
Host | 1 |
Starts With | 2 |
Exact | 3 |
Regular Expression | 4 |
Never | 5 |
Field types
Used with the create
and edit
commands to configure custom fields:
Name | Value |
---|---|
Text | 0 |
Hidden | 1 |
Boolean | 2 |
Team user types
Indicates a user's type:
Name | Value |
---|---|
Owner | 0 |
Admin | 1 |
User | 2 |
Manager | 3 |
Custom | 4 |
Team user statuses
Indicates a user's status within the Team:
Name | Value |
---|---|
Invited | 0 |
Accepted | 1 |
Confirmed | 2 |
Revoked | -1 |