Expand description
Concrete Policy implementations, one per
PolicyType.
Each policy lives in its own module alongside its ...PolicyData struct (for
the policies that carry data) and any supporting enums. Future note: once the
policies crate is stable, each Policy implementation will be distributed to
the team that owns its domain.
Re-exportsยง
pub use activate_autofill::*;pub use automatic_app_log_in::*;pub use automatic_user_confirmation::*;pub use autotype_default_setting::*;pub use block_claimed_domain_account_creation::*;pub use disable_personal_vault_export::*;pub use disable_send::*;pub use fill_assist::*;pub use free_families_sponsorship::*;pub use master_password::*;pub use maximum_vault_timeout::*;pub use organization_data_ownership::*;pub use organization_user_notification::*;pub use password_generator::*;pub use remove_unlock_with_pin::*;pub use require_sso::*;pub use reset_password::*;pub use restricted_item_types::*;pub use send_controls::*;pub use send_options::*;pub use single_org::*;pub use two_factor_authentication::*;pub use uri_match_defaults::*;
Modulesยง
- activate_
autofill ๐ - automatic_
app_ ๐log_ in - automatic_
user_ ๐confirmation - autotype_
default_ ๐setting - block_
claimed_ ๐domain_ account_ creation - disable_
personal_ ๐vault_ export - disable_
send ๐ - fill_
assist ๐ - free_
families_ ๐sponsorship - master_
password ๐ - maximum_
vault_ ๐timeout - organization_
data_ ๐ownership - organization_
user_ ๐notification - password_
generator ๐ - remove_
unlock_ ๐with_ pin - require_
sso ๐ - reset_
password ๐ - restricted_
item_ ๐types - send_
controls ๐ - send_
options ๐ - single_
org ๐ - two_
factor_ ๐authentication - uri_
match_ ๐defaults