google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceTpmVersionInfo View Source

Trusted Platform Module (TPM) (Read-only)

Attributes

  • family (type: String.t, default: nil) - TPM family.
  • firmwareVersion (type: String.t, default: nil) - TPM firmware version.
  • manufacturer (type: String.t, default: nil) - TPM manufacturer code.
  • specLevel (type: String.t, default: nil) - TPM specification level.
  • tpmModel (type: String.t, default: nil) - TPM model number.
  • vendorSpecific (type: String.t, default: nil) - Vendor-specific information such as Vendor ID.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceTpmVersionInfo{
  family: String.t(),
  firmwareVersion: String.t(),
  manufacturer: String.t(),
  specLevel: String.t(),
  tpmModel: String.t(),
  vendorSpecific: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.