Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1SignDataResponse

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

Response message for requesting a signature from the client that initated a certificate provisioning process.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1SignDataResponse

Returns a new instance of GoogleChromeManagementVersionsV1SignDataResponse.



4807
4808
4809
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4807

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

Instance Attribute Details

#certificate_provisioning_processGoogle::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CertificateProvisioningProcess

A certificate provisioning process. Corresponds to the JSON property certificateProvisioningProcess



4805
4806
4807
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4805

def certificate_provisioning_process
  @certificate_provisioning_process
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4812
4813
4814
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4812

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