[][src]Struct graph_rs_types::entitytypes::AndroidWorkProfileGeneralDeviceConfiguration

pub struct AndroidWorkProfileGeneralDeviceConfiguration {
    pub password_block_fingerprint_unlock: bool,
    pub password_block_trust_agents: bool,
    pub password_expiration_days: i32,
    pub password_minimum_length: i32,
    pub password_minutes_of_inactivity_before_screen_timeout: i32,
    pub password_previous_password_block_count: i32,
    pub password_sign_in_failure_count_before_factory_reset: i32,
    pub password_required_type: AndroidWorkProfileRequiredPasswordType,
    pub work_profile_data_sharing_type: AndroidWorkProfileCrossProfileDataSharingType,
    pub work_profile_block_notifications_while_device_locked: bool,
    pub work_profile_block_adding_accounts: bool,
    pub work_profile_bluetooth_enable_contact_sharing: bool,
    pub work_profile_block_screen_capture: bool,
    pub work_profile_block_cross_profile_caller_id: bool,
    pub work_profile_block_camera: bool,
    pub work_profile_block_cross_profile_contacts_search: bool,
    pub work_profile_block_cross_profile_copy_paste: bool,
    pub work_profile_default_app_permission_policy: AndroidWorkProfileDefaultAppPermissionPolicyType,
    pub work_profile_password_block_fingerprint_unlock: bool,
    pub work_profile_password_block_trust_agents: bool,
    pub work_profile_password_expiration_days: i32,
    pub work_profile_password_minimum_length: i32,
    pub work_profile_password_min_numeric_characters: i32,
    pub work_profile_password_min_non_letter_characters: i32,
    pub work_profile_password_min_letter_characters: i32,
    pub work_profile_password_min_lower_case_characters: i32,
    pub work_profile_password_min_upper_case_characters: i32,
    pub work_profile_password_min_symbol_characters: i32,
    pub work_profile_password_minutes_of_inactivity_before_screen_timeout: i32,
    pub work_profile_password_previous_password_block_count: i32,
    pub work_profile_password_sign_in_failure_count_before_factory_reset: i32,
    pub work_profile_password_required_type: AndroidWorkProfileRequiredPasswordType,
    pub work_profile_require_password: bool,
    pub security_require_verify_apps: bool,
}

Fields

password_block_fingerprint_unlock: boolpassword_block_trust_agents: boolpassword_expiration_days: i32password_minimum_length: i32password_minutes_of_inactivity_before_screen_timeout: i32password_previous_password_block_count: i32password_sign_in_failure_count_before_factory_reset: i32password_required_type: AndroidWorkProfileRequiredPasswordTypework_profile_data_sharing_type: AndroidWorkProfileCrossProfileDataSharingTypework_profile_block_notifications_while_device_locked: boolwork_profile_block_adding_accounts: boolwork_profile_bluetooth_enable_contact_sharing: boolwork_profile_block_screen_capture: boolwork_profile_block_cross_profile_caller_id: boolwork_profile_block_camera: boolwork_profile_block_cross_profile_contacts_search: boolwork_profile_block_cross_profile_copy_paste: boolwork_profile_default_app_permission_policy: AndroidWorkProfileDefaultAppPermissionPolicyTypework_profile_password_block_fingerprint_unlock: boolwork_profile_password_block_trust_agents: boolwork_profile_password_expiration_days: i32work_profile_password_minimum_length: i32work_profile_password_min_numeric_characters: i32work_profile_password_min_non_letter_characters: i32work_profile_password_min_letter_characters: i32work_profile_password_min_lower_case_characters: i32work_profile_password_min_upper_case_characters: i32work_profile_password_min_symbol_characters: i32work_profile_password_minutes_of_inactivity_before_screen_timeout: i32work_profile_password_previous_password_block_count: i32work_profile_password_sign_in_failure_count_before_factory_reset: i32work_profile_password_required_type: AndroidWorkProfileRequiredPasswordTypework_profile_require_password: boolsecurity_require_verify_apps: bool

Trait Implementations

impl Eq for AndroidWorkProfileGeneralDeviceConfiguration[src]

impl Clone for AndroidWorkProfileGeneralDeviceConfiguration[src]

impl PartialEq<AndroidWorkProfileGeneralDeviceConfiguration> for AndroidWorkProfileGeneralDeviceConfiguration[src]

impl Debug for AndroidWorkProfileGeneralDeviceConfiguration[src]

impl Serialize for AndroidWorkProfileGeneralDeviceConfiguration[src]

impl<'de> Deserialize<'de> for AndroidWorkProfileGeneralDeviceConfiguration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]