Class: Aws::Types::ConnectorAuthenticationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorAuthenticationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_types ⇒ ::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")]
Returns the value of attribute authentication_types.
-
#basic_authentication_properties ⇒ Types::BasicAuthenticationProperties
Returns the value of attribute basic_authentication_properties.
-
#custom_authentication_properties ⇒ Types::CustomAuthenticationProperties
Returns the value of attribute custom_authentication_properties.
-
#o_auth_2_properties ⇒ Types::ConnectorOAuth2Properties
Returns the value of attribute o_auth_2_properties.
Instance Attribute Details
#authentication_types ⇒ ::Array[("BASIC" | "OAUTH2" | "CUSTOM" | "IAM")]
Returns the value of attribute authentication_types.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def authentication_types @authentication_types end |
#basic_authentication_properties ⇒ Types::BasicAuthenticationProperties
Returns the value of attribute basic_authentication_properties.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def basic_authentication_properties @basic_authentication_properties end |
#custom_authentication_properties ⇒ Types::CustomAuthenticationProperties
Returns the value of attribute custom_authentication_properties.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def custom_authentication_properties @custom_authentication_properties end |
#o_auth_2_properties ⇒ Types::ConnectorOAuth2Properties
Returns the value of attribute o_auth_2_properties.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def o_auth_2_properties @o_auth_2_properties end |