Class: Google::Cloud::Tasks::V2::OidcToken
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2::OidcToken
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2/target.rb
Overview
Contains information needed for generating an OpenID Connect token. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself.
Instance Attribute Summary collapse
-
#audience ⇒ ::String
Audience to be used when generating OIDC token.
-
#service_account_email ⇒ ::String
Service account email to be used for generating OIDC token.
Instance Attribute Details
#audience ⇒ ::String
428 429 430 431 |
# File 'proto_docs/google/cloud/tasks/v2/target.rb', line 428 class OidcToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account_email ⇒ ::String
428 429 430 431 |
# File 'proto_docs/google/cloud/tasks/v2/target.rb', line 428 class OidcToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |