Class: Google::Cloud::ConfidentialComputing::V1::GceShieldedIdentity

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

Overview

GceShieldedIdentity contains information about a Compute Engine instance.

Instance Attribute Summary collapse

Instance Attribute Details

#ak_cert::String

Returns Optional. DER-encoded X.509 certificate of the Attestation Key (otherwise known as an AK or a TPM restricted signing key) used to generate the quotes.

Returns:

  • (::String)

    Optional. DER-encoded X.509 certificate of the Attestation Key (otherwise known as an AK or a TPM restricted signing key) used to generate the quotes.



520
521
522
523
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 520

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

#ak_cert_chain::Array<::String>

Returns Optional. List of DER-encoded X.509 certificates which, together with the ak_cert, chain back to a trusted Root Certificate.

Returns:

  • (::Array<::String>)

    Optional. List of DER-encoded X.509 certificates which, together with the ak_cert, chain back to a trusted Root Certificate.



520
521
522
523
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 520

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