Class: Google::Cloud::Connectors::V1::AuthConfigTemplate

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/connectors/v1/authconfig.rb

Overview

AuthConfigTemplate defines required field over an authentication type.

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type::Google::Cloud::Connectors::V1::AuthType

Returns The type of authentication configured.

Returns:



136
137
138
139
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 136

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

#config_variable_templates::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>

Returns Config variables to describe an AuthConfig for a Connection.

Returns:



136
137
138
139
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 136

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

#description::String

Returns Connector specific description for an authentication template.

Returns:

  • (::String)

    Connector specific description for an authentication template.



136
137
138
139
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 136

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

#display_name::String

Returns Display name for authentication template.

Returns:

  • (::String)

    Display name for authentication template.



136
137
138
139
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 136

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