Class: Google::Cloud::Scheduler::V1beta1::OidcToken

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/scheduler/v1beta1/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

Instance Attribute Details

#audience::String



371
372
373
374
# File 'proto_docs/google/cloud/scheduler/v1beta1/target.rb', line 371

class OidcToken
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_account_email::String



371
372
373
374
# File 'proto_docs/google/cloud/scheduler/v1beta1/target.rb', line 371

class OidcToken
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end