Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1SignDataResponse

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) ⇒ GoogleChromeManagementVersionsV1alpha1SignDataResponse

Returns a new instance of GoogleChromeManagementVersionsV1alpha1SignDataResponse.



5021
5022
5023
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5021

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

Instance Attribute Details

#certificate_provisioning_processGoogle::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess

A certificate provisioning process. Corresponds to the JSON property certificateProvisioningProcess



5019
5020
5021
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5019

def certificate_provisioning_process
  @certificate_provisioning_process
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5026
5027
5028
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5026

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