IntegrationCredential
The credential that an integration uses to authenticate with its external system. Exactly one member is set, matching the integration's authentication type.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- apiKeyCredential
-
An API key credential.
Type: ApiKeyCredential object
Required: No
- oauthClientCredential
-
Credentials for an OAuth 2.0 client-credentials grant.
Type: OAuthClientCredential object
Required: No
- oauthCodeCredential
-
Credentials for an OAuth 2.0 authorization-code grant.
Type: OAuthCodeCredential object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: