Struct google_androidmanagement1::api::AdvancedSecurityOverrides[][src]

pub struct AdvancedSecurityOverrides {
    pub common_criteria_mode: Option<String>,
    pub untrusted_apps_policy: Option<String>,
}

Security policies set to the most secure values by default. To maintain the security posture of a device, we don’t recommend overriding any of the default values.

This type is not used in any activity, and only used as part of another schema.

Fields

common_criteria_mode: Option<String>

Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required.

untrusted_apps_policy: Option<String>

The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces install_unknown_sources_allowed (deprecated).

Trait Implementations

impl Clone for AdvancedSecurityOverrides[src]

impl Debug for AdvancedSecurityOverrides[src]

impl Default for AdvancedSecurityOverrides[src]

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

impl Part for AdvancedSecurityOverrides[src]

impl Serialize for AdvancedSecurityOverrides[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Instrument for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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.