Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1SignDataResponse
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1SignDataResponse
- 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
-
#certificate_provisioning_process ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CertificateProvisioningProcess
A certificate provisioning process.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1SignDataResponse
constructor
A new instance of GoogleChromeManagementVersionsV1SignDataResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1SignDataResponse
Returns a new instance of GoogleChromeManagementVersionsV1SignDataResponse.
5495 5496 5497 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5495 def initialize(**args) update!(**args) end |
Instance Attribute Details
#certificate_provisioning_process ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1CertificateProvisioningProcess
A certificate provisioning process.
Corresponds to the JSON property certificateProvisioningProcess
5493 5494 5495 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5493 def certificate_provisioning_process @certificate_provisioning_process end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5500 5501 5502 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5500 def update!(**args) @certificate_provisioning_process = args[:certificate_provisioning_process] if args.key?(:certificate_provisioning_process) end |