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.



5434
5435
5436
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5434

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)


5432
5433
5434
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5432

def profile_adapter_config_reference
  @profile_adapter_config_reference
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5439
5440
5441
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5439

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