[][src]Struct graph_rs_types::complextypes::UserSecurityState

pub struct UserSecurityState {
    pub aad_user_id: String,
    pub account_name: String,
    pub domain_name: String,
    pub email_role: EmailRole,
    pub is_vpn: bool,
    pub logon_date_time: String,
    pub logon_id: String,
    pub logon_ip: String,
    pub logon_location: String,
    pub logon_type: LogonType,
    pub on_premises_security_identifier: String,
    pub risk_score: String,
    pub user_account_type: UserAccountSecurityType,
    pub user_principal_name: String,
}

Fields

aad_user_id: Stringaccount_name: Stringdomain_name: Stringemail_role: EmailRoleis_vpn: boollogon_date_time: Stringlogon_id: Stringlogon_ip: Stringlogon_location: Stringlogon_type: LogonTypeon_premises_security_identifier: Stringrisk_score: Stringuser_account_type: UserAccountSecurityTypeuser_principal_name: String

Trait Implementations

impl Eq for UserSecurityState[src]

impl Clone for UserSecurityState[src]

impl PartialEq<UserSecurityState> for UserSecurityState[src]

impl Debug for UserSecurityState[src]

impl Serialize for UserSecurityState[src]

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