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.



6157
6158
6159
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6157

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



6155
6156
6157
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6155

def certificate_provisioning_process
  @certificate_provisioning_process
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6162
6163
6164
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6162

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