Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::AuthConfigTemplate.
AuthConfigTemplate defines required field over an authentication type.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auth_type
def auth_type() -> ::Google::Cloud::Connectors::V1::AuthType
Returns
- (::Google::Cloud::Connectors::V1::AuthType) — The type of authentication configured.
#auth_type=
def auth_type=(value) -> ::Google::Cloud::Connectors::V1::AuthType
Parameter
- value (::Google::Cloud::Connectors::V1::AuthType) — The type of authentication configured.
Returns
- (::Google::Cloud::Connectors::V1::AuthType) — The type of authentication configured.
#config_variable_templates
def config_variable_templates() -> ::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>
Returns
-
(::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>) — Config variables to describe an
AuthConfig
for aConnection
.
#config_variable_templates=
def config_variable_templates=(value) -> ::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>
Parameter
-
value (::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>) — Config variables to describe an
AuthConfig
for aConnection
.
Returns
-
(::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>) — Config variables to describe an
AuthConfig
for aConnection
.
#description
def description() -> ::String
Returns
- (::String) — Connector specific description for an authentication template.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Connector specific description for an authentication template.
Returns
- (::String) — Connector specific description for an authentication template.
#display_name
def display_name() -> ::String
Returns
- (::String) — Display name for authentication template.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Display name for authentication template.
Returns
- (::String) — Display name for authentication template.