Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ThunderboltInfo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/chromemanagement_v1/classes.rb,
lib/google/apis/chromemanagement_v1/representations.rb,
lib/google/apis/chromemanagement_v1/representations.rb

Overview

Thunderbolt bus info. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: ReportDeviceSecurityStatus * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: No * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_BUS_DEVICE_INFO

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1ThunderboltInfo

Returns a new instance of GoogleChromeManagementV1ThunderboltInfo.



3846
3847
3848
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3846

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#security_levelString

Security level of the Thunderbolt bus. Corresponds to the JSON property securityLevel

Returns:

  • (String)


3844
3845
3846
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3844

def security_level
  @security_level
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3851
3852
3853
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 3851

def update!(**args)
  @security_level = args[:security_level] if args.key?(:security_level)
end