Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1GenericProfile

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

Describes a generic certificate provisioning profile.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1GenericProfile

Returns a new instance of GoogleChromeManagementVersionsV1GenericProfile.



5266
5267
5268
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5266

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

Instance Attribute Details

#profile_adapter_config_referenceString

Output only. A string that references the administrator-provided configuration for the certificate provisioning profile. Corresponds to the JSON property profileAdapterConfigReference

Returns:

  • (String)


5264
5265
5266
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5264

def profile_adapter_config_reference
  @profile_adapter_config_reference
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5271
5272
5273
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5271

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