Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ThunderboltInfo
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ThunderboltInfo
- 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
-
#security_level ⇒ String
Security level of the Thunderbolt bus.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1ThunderboltInfo
constructor
A new instance of GoogleChromeManagementV1ThunderboltInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_level ⇒ String
Security level of the Thunderbolt bus.
Corresponds to the JSON property securityLevel
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 |