Class: Google::Cloud::Kms::V1::KeyOperationAttestation::CertificateChains

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/resources.rb

Overview

Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.

Instance Attribute Summary collapse

Instance Attribute Details

#cavium_certs::Array<::String>

Returns Cavium certificate chain corresponding to the attestation.

Returns:

  • (::Array<::String>)

    Cavium certificate chain corresponding to the attestation.



245
246
247
248
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 245

class CertificateChains
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#google_card_certs::Array<::String>

Returns Google card certificate chain corresponding to the attestation.

Returns:

  • (::Array<::String>)

    Google card certificate chain corresponding to the attestation.



245
246
247
248
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 245

class CertificateChains
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#google_partition_certs::Array<::String>

Returns Google partition certificate chain corresponding to the attestation.

Returns:

  • (::Array<::String>)

    Google partition certificate chain corresponding to the attestation.



245
246
247
248
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 245

class CertificateChains
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end