mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 13:14:35 -05:00
[PM-19309] Handle restrict item types policy (#5357)
This commit is contained in:
@@ -88,6 +88,12 @@ enum class PolicyTypeJson {
|
||||
@SerialName("14")
|
||||
REMOVE_UNLOCK_WITH_PIN,
|
||||
|
||||
/**
|
||||
* Restricts the types of items that can be shown in the vault.
|
||||
*/
|
||||
@SerialName("15")
|
||||
RESTRICT_ITEM_TYPES,
|
||||
|
||||
/**
|
||||
* Represents an unknown policy type.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user