Class: Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes

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

Overview

Resource representing the Endpoint Verification-specific attributes of a device.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EndpointVerificationSpecificAttributes

Returns a new instance of EndpointVerificationSpecificAttributes.



1268
1269
1270
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1268

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

Instance Attribute Details

#additional_signalsHash<String,Object>

Additional signals reported by Endpoint Verification. It includes the following attributes: 1. Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. Configurable attributes: file_config, registry_config, and plist_config. Corresponds to the JSON property additionalSignals

Returns:

  • (Hash<String,Object>)


1256
1257
1258
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1256

def additional_signals
  @additional_signals
end

#browser_attributesArray<Google::Apis::CloudidentityV1beta1::BrowserAttributes>

Details of browser profiles reported by Endpoint Verification. Corresponds to the JSON property browserAttributes



1261
1262
1263
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1261

def browser_attributes
  @browser_attributes
end

#certificate_attributesArray<Google::Apis::CloudidentityV1beta1::CertificateAttributes>

Details of certificates. Corresponds to the JSON property certificateAttributes



1266
1267
1268
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1266

def certificate_attributes
  @certificate_attributes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1273
1274
1275
1276
1277
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1273

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