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.



6065
6066
6067
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6065

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



6063
6064
6065
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6063

def certificate_provisioning_process
  @certificate_provisioning_process
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6070
6071
6072
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6070

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