[][src]Struct graph_rs_types::complextypes::HostSecurityState

pub struct HostSecurityState {
    pub fqdn: String,
    pub is_azure_ad_joined: bool,
    pub is_azure_ad_registered: bool,
    pub is_hybrid_azure_domain_joined: bool,
    pub net_bios_name: String,
    pub os: String,
    pub private_ip_address: String,
    pub public_ip_address: String,
    pub risk_score: String,
}

Fields

fqdn: Stringis_azure_ad_joined: boolis_azure_ad_registered: boolis_hybrid_azure_domain_joined: boolnet_bios_name: Stringos: Stringprivate_ip_address: Stringpublic_ip_address: Stringrisk_score: String

Trait Implementations

impl Eq for HostSecurityState[src]

impl Clone for HostSecurityState[src]

impl PartialEq<HostSecurityState> for HostSecurityState[src]

impl Debug for HostSecurityState[src]

impl Serialize for HostSecurityState[src]

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