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.



4133
4134
4135
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4133

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)


4131
4132
4133
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4131

def security_level
  @security_level
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4138
4139
4140
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4138

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