Class: Google::Cloud::Connectors::V1::AuthConfigTemplate
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::AuthConfigTemplate
- 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
-
#auth_type ⇒ ::Google::Cloud::Connectors::V1::AuthType
The type of authentication configured.
-
#config_variable_templates ⇒ ::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>
Config variables to describe an
AuthConfig
for aConnection
. -
#description ⇒ ::String
Connector specific description for an authentication template.
-
#display_name ⇒ ::String
Display name for authentication template.
Instance Attribute Details
#auth_type ⇒ ::Google::Cloud::Connectors::V1::AuthType
Returns The type of authentication configured.
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
.
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.
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.
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 |