Class: Google::Cloud::PubSub::V1::PushConfig::OidcToken
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::PushConfig::OidcToken
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Contains information needed for generating an OpenID Connect token.
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 the OIDC token.
Instance Attribute Details
#audience ⇒ ::String
571 572 573 574 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 571 class OidcToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account_email ⇒ ::String
571 572 573 574 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 571 class OidcToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |