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
Optional.
-
#service_account_email ⇒ ::String
Optional.
Instance Attribute Details
#audience ⇒ ::String
1450 1451 1452 1453 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1450 class OidcToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account_email ⇒ ::String
1450 1451 1452 1453 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1450 class OidcToken include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |