Class: Google::Cloud::Kms::V1::KeyOperationAttestation::CertificateChains
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::KeyOperationAttestation::CertificateChains
- 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
-
#cavium_certs ⇒ ::Array<::String>
Cavium certificate chain corresponding to the attestation.
-
#google_card_certs ⇒ ::Array<::String>
Google card certificate chain corresponding to the attestation.
-
#google_partition_certs ⇒ ::Array<::String>
Google partition certificate chain corresponding to the attestation.
Instance Attribute Details
#cavium_certs ⇒ ::Array<::String>
Returns Cavium certificate chain corresponding to the attestation.
262 263 264 265 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 262 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.
262 263 264 265 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 262 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.
262 263 264 265 |
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 262 class CertificateChains include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |