class Google::Apis::ConnectorsV1::AuthConfigTemplate
AuthConfigTemplate
defines required field over an authentication type.
Attributes
auth_type[RW]
The type of authentication configured. Corresponds to the JSON property ‘authType` @return [String]
config_variable_templates[RW]
Config variables to describe an ‘AuthConfig` for a `Connection`. Corresponds to the JSON property `configVariableTemplates` @return [Array<Google::Apis::ConnectorsV1::ConfigVariableTemplate>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/connectors_v1/classes.rb, line 156 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/connectors_v1/classes.rb, line 161 def update!(**args) @auth_type = args[:auth_type] if args.key?(:auth_type) @config_variable_templates = args[:config_variable_templates] if args.key?(:config_variable_templates) end