Class: Google::Cloud::ConfidentialComputing::V1::GcpCredentials

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

Overview

Credentials issued by GCP which are linked to the platform attestation. These will be verified server-side as part of attestaion verification.

Instance Attribute Summary collapse

Instance Attribute Details

#service_account_id_tokens::Array<::String>

Returns Same as id_tokens, but as a string.

Returns:

  • (::Array<::String>)

    Same as id_tokens, but as a string.



107
108
109
110
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 107

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