class Google::Apis::PrivatecaV1::CertChain
Attributes
certificates[RW]
The certificates that form the CA chain, from leaf to root order. Corresponds to the JSON property `certificates` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/privateca_v1/classes.rb, line 367 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 372 def update!(**args) @certificates = args[:certificates] if args.key?(:certificates) end