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.



4976
4977
4978
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4976

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)


4974
4975
4976
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4974

def profile_adapter_config_reference
  @profile_adapter_config_reference
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4981
4982
4983
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4981

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