Struct google_admin1_directory::ChromeOsDeviceTpmVersionInfo[][src]

pub struct ChromeOsDeviceTpmVersionInfo {
    pub spec_level: Option<String>,
    pub tpm_model: Option<String>,
    pub vendor_specific: Option<String>,
    pub family: Option<String>,
    pub firmware_version: Option<String>,
    pub manufacturer: Option<String>,
}

Trusted Platform Module (TPM) (Read-only)

This type is not used in any activity, and only used as part of another schema.

Fields

TPM specification level.

TPM model number.

Vendor-specific information such as Vendor ID.

TPM family.

TPM firmware version.

TPM manufacturer code.

Trait Implementations

impl Default for ChromeOsDeviceTpmVersionInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for ChromeOsDeviceTpmVersionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChromeOsDeviceTpmVersionInfo
[src]

Formats the value using the given formatter. Read more

impl NestedType for ChromeOsDeviceTpmVersionInfo
[src]

impl Part for ChromeOsDeviceTpmVersionInfo
[src]

Auto Trait Implementations