Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1UploadCertificateRequest

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

Request message for uploading an issued certificate for a certificate provisioning process.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1UploadCertificateRequest

Returns a new instance of GoogleChromeManagementVersionsV1UploadCertificateRequest.



6190
6191
6192
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6190

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

Instance Attribute Details

#certificate_pemString

Required. The issued certificate in PEM format. Corresponds to the JSON property certificatePem

Returns:

  • (String)


6188
6189
6190
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6188

def certificate_pem
  @certificate_pem
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6195
6196
6197
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6195

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