[][src]Struct graph_rs_types::entitytypes::DeviceEnrollmentWindowsHelloForBusinessConfiguration

pub struct DeviceEnrollmentWindowsHelloForBusinessConfiguration {
    pub pin_minimum_length: i32,
    pub pin_maximum_length: i32,
    pub pin_uppercase_characters_usage: WindowsHelloForBusinessPinUsage,
    pub pin_lowercase_characters_usage: WindowsHelloForBusinessPinUsage,
    pub pin_special_characters_usage: WindowsHelloForBusinessPinUsage,
    pub state: Enablement,
    pub security_device_required: bool,
    pub unlock_with_biometrics_enabled: bool,
    pub remote_passport_enabled: bool,
    pub pin_previous_block_count: i32,
    pub pin_expiration_in_days: i32,
    pub enhanced_biometrics_state: Enablement,
}

Fields

pin_minimum_length: i32pin_maximum_length: i32pin_uppercase_characters_usage: WindowsHelloForBusinessPinUsagepin_lowercase_characters_usage: WindowsHelloForBusinessPinUsagepin_special_characters_usage: WindowsHelloForBusinessPinUsagestate: Enablementsecurity_device_required: boolunlock_with_biometrics_enabled: boolremote_passport_enabled: boolpin_previous_block_count: i32pin_expiration_in_days: i32enhanced_biometrics_state: Enablement

Trait Implementations

impl Eq for DeviceEnrollmentWindowsHelloForBusinessConfiguration[src]

impl Clone for DeviceEnrollmentWindowsHelloForBusinessConfiguration[src]

impl PartialEq<DeviceEnrollmentWindowsHelloForBusinessConfiguration> for DeviceEnrollmentWindowsHelloForBusinessConfiguration[src]

impl Debug for DeviceEnrollmentWindowsHelloForBusinessConfiguration[src]

impl Serialize for DeviceEnrollmentWindowsHelloForBusinessConfiguration[src]

impl<'de> Deserialize<'de> for DeviceEnrollmentWindowsHelloForBusinessConfiguration[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]