OAuth2Properties - Amazon DataZone

OAuth2Properties

The OAuth2 properties.

Contents

authorizationCodeProperties

The authorization code properties of the OAuth2 properties.

Type: AuthorizationCodeProperties object

Required: No

oAuth2ClientApplication

The OAuth2 client application of the OAuth2 properties.

Type: OAuth2ClientApplication object

Required: No

oAuth2Credentials

The OAuth2 credentials of the OAuth2 properties.

Type: GlueOAuth2Credentials object

Required: No

oAuth2GrantType

The OAuth2 grant type of the OAuth2 properties.

Type: String

Valid Values: AUTHORIZATION_CODE | CLIENT_CREDENTIALS | JWT_BEARER

Required: No

tokenUrl

The OAuth2 token URL of the OAuth2 properties.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 256.

Pattern: ^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]$

Required: No

tokenUrlParametersMap

The OAuth2 token URL parameter map of the OAuth2 properties.

Type: String to string map

Key Length Constraints: Minimum length of 1. Maximum length of 128.

Value Length Constraints: Minimum length of 1. Maximum length of 512.

Required: No

See Also

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