[][src]Struct graph_rs_types::complextypes::DeviceHealthAttestationState

pub struct DeviceHealthAttestationState {
    pub last_update_date_time: String,
    pub content_namespace_url: String,
    pub device_health_attestation_status: String,
    pub content_version: String,
    pub issued_date_time: String,
    pub attestation_identity_key: String,
    pub reset_count: i64,
    pub restart_count: i64,
    pub data_excution_policy: String,
    pub bit_locker_status: String,
    pub boot_manager_version: String,
    pub code_integrity_check_version: String,
    pub secure_boot: String,
    pub boot_debugging: String,
    pub operating_system_kernel_debugging: String,
    pub code_integrity: String,
    pub test_signing: String,
    pub safe_mode: String,
    pub windows_p_e: String,
    pub early_launch_anti_malware_driver_protection: String,
    pub virtual_secure_mode: String,
    pub pcr_hash_algorithm: String,
    pub boot_app_security_version: String,
    pub boot_manager_security_version: String,
    pub tpm_version: String,
    pub pcr0: String,
    pub secure_boot_configuration_policy_finger_print: String,
    pub code_integrity_policy: String,
    pub boot_revision_list_info: String,
    pub operating_system_rev_list_info: String,
    pub health_status_mismatch_info: String,
    pub health_attestation_supported_status: String,
}

Fields

last_update_date_time: Stringcontent_namespace_url: Stringdevice_health_attestation_status: Stringcontent_version: Stringissued_date_time: Stringattestation_identity_key: Stringreset_count: i64restart_count: i64data_excution_policy: Stringbit_locker_status: Stringboot_manager_version: Stringcode_integrity_check_version: Stringsecure_boot: Stringboot_debugging: Stringoperating_system_kernel_debugging: Stringcode_integrity: Stringtest_signing: Stringsafe_mode: Stringwindows_p_e: Stringearly_launch_anti_malware_driver_protection: Stringvirtual_secure_mode: Stringpcr_hash_algorithm: Stringboot_app_security_version: Stringboot_manager_security_version: Stringtpm_version: Stringpcr0: Stringsecure_boot_configuration_policy_finger_print: Stringcode_integrity_policy: Stringboot_revision_list_info: Stringoperating_system_rev_list_info: Stringhealth_status_mismatch_info: Stringhealth_attestation_supported_status: String

Trait Implementations

impl Eq for DeviceHealthAttestationState[src]

impl Clone for DeviceHealthAttestationState[src]

impl PartialEq<DeviceHealthAttestationState> for DeviceHealthAttestationState[src]

impl Debug for DeviceHealthAttestationState[src]

impl Serialize for DeviceHealthAttestationState[src]

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