

# RemoteAgentAuthorizationConfig
<a name="API_RemoteAgentAuthorizationConfig"></a>

Authorization configuration for remote A2A agents with token-based auth (API key, OAuth, bearer token).

## Contents
<a name="API_RemoteAgentAuthorizationConfig_Contents"></a>

**Important**  
This data type is a UNION, so only one of the following members can be specified when used or returned.

 ** apiKey **   <a name="devopsagent-Type-RemoteAgentAuthorizationConfig-apiKey"></a>
Remote agent configuration with API key authentication.  
Type: [RemoteAgentAPIKeyConfig](API_RemoteAgentAPIKeyConfig.md) object  
Required: No

 ** bearerToken **   <a name="devopsagent-Type-RemoteAgentAuthorizationConfig-bearerToken"></a>
Remote agent configuration with Bearer token (RFC 6750).  
Type: [RemoteAgentBearerTokenConfig](API_RemoteAgentBearerTokenConfig.md) object  
Required: No

 ** oAuthClientCredentials **   <a name="devopsagent-Type-RemoteAgentAuthorizationConfig-oAuthClientCredentials"></a>
Remote agent configuration with OAuth client credentials.  
Type: [RemoteAgentOAuthClientCredentialsConfig](API_RemoteAgentOAuthClientCredentialsConfig.md) object  
Required: No

## See Also
<a name="API_RemoteAgentAuthorizationConfig_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/devops-agent-2026-01-01/RemoteAgentAuthorizationConfig) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/devops-agent-2026-01-01/RemoteAgentAuthorizationConfig) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/devops-agent-2026-01-01/RemoteAgentAuthorizationConfig) 