pub struct Device {Show 23 fields
pub account_enabled: bool,
pub alternative_security_ids: Vec<AlternativeSecurityId>,
pub approximate_last_sign_in_date_time: String,
pub compliance_expiration_date_time: String,
pub device_id: String,
pub device_metadata: String,
pub device_version: i32,
pub display_name: String,
pub is_compliant: bool,
pub is_managed: bool,
pub on_premises_last_sync_date_time: String,
pub on_premises_sync_enabled: bool,
pub operating_system: String,
pub operating_system_version: String,
pub physical_ids: Vec<String>,
pub profile_type: String,
pub system_labels: Vec<String>,
pub trust_type: String,
pub member_of: Vec<DirectoryObject>,
pub registered_owners: Vec<DirectoryObject>,
pub registered_users: Vec<DirectoryObject>,
pub transitive_member_of: Vec<DirectoryObject>,
pub extensions: Vec<Extension>,
}
Fields§
§account_enabled: bool
§alternative_security_ids: Vec<AlternativeSecurityId>
§approximate_last_sign_in_date_time: String
§compliance_expiration_date_time: String
§device_id: String
§device_metadata: String
§device_version: i32
§display_name: String
§is_compliant: bool
§is_managed: bool
§on_premises_last_sync_date_time: String
§on_premises_sync_enabled: bool
§operating_system: String
§operating_system_version: String
§physical_ids: Vec<String>
§profile_type: String
§system_labels: Vec<String>
§trust_type: String
§member_of: Vec<DirectoryObject>
§registered_owners: Vec<DirectoryObject>
§registered_users: Vec<DirectoryObject>
§transitive_member_of: Vec<DirectoryObject>
§extensions: Vec<Extension>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Device
impl<'de> Deserialize<'de> for Device
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Device
impl StructuralPartialEq for Device
Auto Trait Implementations§
impl Freeze for Device
impl RefUnwindSafe for Device
impl Send for Device
impl Sync for Device
impl Unpin for Device
impl UnwindSafe for Device
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more