View a markdown version of this page

RegistryRecordOAuthCredentialProvider - AgentRegistry Control Plane API Reference

RegistryRecordOAuthCredentialProvider

The configuration for an OAuth 2.0 credential provider that authenticates requests to a registry record's source.

Contents

providerArn

The Amazon Resource Name (ARN) of the OAuth 2.0 credential provider resource in Amazon Bedrock AgentCore Identity.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: arn:aws(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:.*

Required: Yes

customParameters

Additional parameters to include in the OAuth 2.0 token request.

Type: String to string map

Required: No

grantType

The OAuth 2.0 grant type used to obtain access tokens.

Type: String

Valid Values: CLIENT_CREDENTIALS

Required: No

scopes

The OAuth 2.0 scopes to request when obtaining access tokens.

Type: Array of strings

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: