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.



6087
6088
6089
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6087

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)


6085
6086
6087
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6085

def certificate_pem
  @certificate_pem
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6092
6093
6094
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 6092

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