class Google::Apis::PrivatecaV1::CertificateFingerprint
A group of fingerprints for the x509 certificate.
Attributes
sha256_hash[RW]
The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate. Corresponds to the JSON property `sha256Hash` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/privateca_v1/classes.rb, line 760 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 765 def update!(**args) @sha256_hash = args[:sha256_hash] if args.key?(:sha256_hash) end