ReadAuthenticationMetadata
Read-only authentication metadata union containing non-sensitive configuration details for different authentication types.
Contents
Note
In the following list, the required parameters are described first.
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- ApiKeyConnectionMetadata
 - 
               
Read-only metadata for API key authentication configuration.
Type: ReadAPIKeyConnectionMetadata object
Required: No
 - AuthorizationCodeGrantMetadata
 - 
               
Read-only metadata for OAuth2 authorization code grant flow configuration.
Type: ReadAuthorizationCodeGrantMetadata object
Required: No
 - BasicAuthConnectionMetadata
 - 
               
Read-only metadata for basic authentication configuration.
Type: ReadBasicAuthConnectionMetadata object
Required: No
 - ClientCredentialsGrantMetadata
 - 
               
Read-only metadata for OAuth2 client credentials grant flow configuration.
Type: ReadClientCredentialsGrantMetadata object
Required: No
 - IamConnectionMetadata
 - 
               
Read-only metadata for IAM-based authentication configuration.
Type: ReadIamConnectionMetadata object
Required: No
 - NoneConnectionMetadata
 - 
               
Read-only metadata for connections that do not require authentication.
Type: ReadNoneConnectionMetadata object
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: