class Google::Apis::PrivatecaV1::SubordinateConfigChain
This message describes a subordinate CA's issuer certificate chain. This wrapper exists for compatibility reasons.
Attributes
pem_certificates[RW]
Required. Expected to be in leaf-to-root order according to RFC 5246. Corresponds to the JSON property `pemCertificates` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/privateca_v1/classes.rb, line 2521 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/privateca_v1/classes.rb, line 2526 def update!(**args) @pem_certificates = args[:pem_certificates] if args.key?(:pem_certificates) end