AuthenticationConfig
Contains information about the authentication config that the connector supports.
Contents
- customAuthConfigs
-
Contains information required for custom authentication.
Type: Array of CustomAuthConfig objects
Required: No
- isApiKeyAuthSupported
-
Indicates whether API key authentication is supported by the connector
Type: Boolean
Required: No
- isBasicAuthSupported
-
Indicates whether basic authentication is supported by the connector.
Type: Boolean
Required: No
- isCustomAuthSupported
-
Indicates whether custom authentication is supported by the connector
Type: Boolean
Required: No
- isOAuth2Supported
-
Indicates whether OAuth 2.0 authentication is supported by the connector.
Type: Boolean
Required: No
- oAuth2Defaults
-
Contains the default values required for OAuth 2.0 authentication.
Type: OAuth2Defaults object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: