Class: Google::Cloud::Tasks::V2::OidcToken
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2::OidcToken
- Defined in:
- lib/google/cloud/tasks/v2/doc/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.