

# DynatraceOAuthClientCredentialsConfig
<a name="API_DynatraceOAuthClientCredentialsConfig"></a>

OAuth client credentials configuration for Dynatrace.

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

 ** clientId **   <a name="devopsagent-Type-DynatraceOAuthClientCredentialsConfig-clientId"></a>
OAuth client ID for authenticating with the service.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9._-]+`   
Required: Yes

 ** clientSecret **   <a name="devopsagent-Type-DynatraceOAuthClientCredentialsConfig-clientSecret"></a>
OAuth client secret for authenticating with the service.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 512.  
Pattern: `[\S]+`   
Required: Yes

 ** clientName **   <a name="devopsagent-Type-DynatraceOAuthClientCredentialsConfig-clientName"></a>
User friendly OAuth client name specified by end user.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `[\p{L}\p{N}\p{Z}._-]+`   
Required: No

 ** exchangeParameters **   <a name="devopsagent-Type-DynatraceOAuthClientCredentialsConfig-exchangeParameters"></a>
OAuth token exchange parameters for authenticating with the service.  
Type: String to string map  
Required: No

## See Also
<a name="API_DynatraceOAuthClientCredentialsConfig_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/DynatraceOAuthClientCredentialsConfig) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/devops-agent-2026-01-01/DynatraceOAuthClientCredentialsConfig) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/devops-agent-2026-01-01/DynatraceOAuthClientCredentialsConfig) 