Class: Google::Cloud::ConfidentialComputing::V1::GcpCredentials
- Inherits:
-
Object
- Object
- Google::Cloud::ConfidentialComputing::V1::GcpCredentials
- 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
-
#service_account_id_tokens ⇒ ::Array<::String>
Same as id_tokens, but as a string.
Instance Attribute Details
#service_account_id_tokens ⇒ ::Array<::String>
Returns Same as id_tokens, but as a string.
154 155 156 157 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 154 class GcpCredentials include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |