Skip to main content

Module policies

Module policies 

Source
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 ๐Ÿ”’