Reference documentation and code samples for the KMS Inventory V1 API class Google::Cloud::Kms::V1::KeyOperationAttestation::CertificateChains.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cavium_certs
def cavium_certs() -> ::Array<::String>
Returns
- (::Array<::String>) — Cavium certificate chain corresponding to the attestation.
#cavium_certs=
def cavium_certs=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Cavium certificate chain corresponding to the attestation.
Returns
- (::Array<::String>) — Cavium certificate chain corresponding to the attestation.
#google_card_certs
def google_card_certs() -> ::Array<::String>
Returns
- (::Array<::String>) — Google card certificate chain corresponding to the attestation.
#google_card_certs=
def google_card_certs=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Google card certificate chain corresponding to the attestation.
Returns
- (::Array<::String>) — Google card certificate chain corresponding to the attestation.
#google_partition_certs
def google_partition_certs() -> ::Array<::String>
Returns
- (::Array<::String>) — Google partition certificate chain corresponding to the attestation.
#google_partition_certs=
def google_partition_certs=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Google partition certificate chain corresponding to the attestation.
Returns
- (::Array<::String>) — Google partition certificate chain corresponding to the attestation.