pub struct GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes {
pub additional_signals: Option<HashMap<String, Value>>,
pub browser_attributes: Option<Vec<GoogleAppsCloudidentityDevicesV1BrowserAttributes>>,
pub certificate_attributes: Option<Vec<GoogleAppsCloudidentityDevicesV1CertificateAttributes>>,
}Expand description
Resource representing the Endpoint Verification-specific attributes of a device.
This type is not used in any activity, and only used as part of another schema.
Fields§
§additional_signals: Option<HashMap<String, Value>>Additional signals reported by Endpoint Verification. It includes the following attributes: * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. * Configurable attributes: file, folder, and binary attributes; registry entries; and properties in a plist.
browser_attributes: Option<Vec<GoogleAppsCloudidentityDevicesV1BrowserAttributes>>Details of browser profiles reported by Endpoint Verification.
certificate_attributes: Option<Vec<GoogleAppsCloudidentityDevicesV1CertificateAttributes>>Details of certificates.
Trait Implementations§
Source§impl Clone for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
impl Clone for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
Source§fn clone(
&self,
) -> GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
fn clone( &self, ) -> GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
impl Default for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
Source§fn default() -> GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
fn default() -> GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
impl<'de> Deserialize<'de> for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
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 Part for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
Auto Trait Implementations§
impl Freeze for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
impl RefUnwindSafe for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
impl Send for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
impl Sync for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
impl Unpin for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
impl UnwindSafe for GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
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