Module: Secret::SearchFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
no flags
0 or :none
- ALL =
all the items matching the search will be returned, instead of just the first one
2 or :all
- UNLOCK =
unlock locked items while searching
4 or :unlock
- LOAD_SECRETS =
while searching load secrets for items that are not locked
8 or :load_secrets