mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 17:45:21 -06:00
[PM-25986] Add server side enum type for AutotypeDefaultSetting policy (#6356)
* PM-25986 Add server side enum type for AutotypeDefaultSetting policy * Update PolicyType.cs remove space
This commit is contained in:
parent
ed5e4271df
commit
c6f5d5e36e
@ -19,6 +19,7 @@ public enum PolicyType : byte
|
|||||||
RemoveUnlockWithPin = 14,
|
RemoveUnlockWithPin = 14,
|
||||||
RestrictedItemTypesPolicy = 15,
|
RestrictedItemTypesPolicy = 15,
|
||||||
UriMatchDefaults = 16,
|
UriMatchDefaults = 16,
|
||||||
|
AutotypeDefaultSetting = 17,
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class PolicyTypeExtensions
|
public static class PolicyTypeExtensions
|
||||||
@ -48,6 +49,7 @@ public static class PolicyTypeExtensions
|
|||||||
PolicyType.RemoveUnlockWithPin => "Remove unlock with PIN",
|
PolicyType.RemoveUnlockWithPin => "Remove unlock with PIN",
|
||||||
PolicyType.RestrictedItemTypesPolicy => "Restricted item types",
|
PolicyType.RestrictedItemTypesPolicy => "Restricted item types",
|
||||||
PolicyType.UriMatchDefaults => "URI match defaults",
|
PolicyType.UriMatchDefaults => "URI match defaults",
|
||||||
|
PolicyType.AutotypeDefaultSetting => "Autotype default setting",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user