Class: Google::Apis::BigqueryconnectionV1::ConnectorConfigurationAuthentication

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigqueryconnection_v1/classes.rb,
lib/google/apis/bigqueryconnection_v1/representations.rb,
lib/google/apis/bigqueryconnection_v1/representations.rb

Overview

Client authentication.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConnectorConfigurationAuthentication

Returns a new instance of ConnectorConfigurationAuthentication.



654
655
656
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 654

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#username_passwordGoogle::Apis::BigqueryconnectionV1::ConnectorConfigurationUsernamePassword

Username and Password authentication. Corresponds to the JSON property usernamePassword



652
653
654
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 652

def username_password
  @username_password
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



659
660
661
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 659

def update!(**args)
  @username_password = args[:username_password] if args.key?(:username_password)
end