Class: Aws::Glue::Types::OAuth2PropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::OAuth2PropertiesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A structure containing properties for OAuth2 in the CreateConnection request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_code_properties ⇒ Types::AuthorizationCodeProperties
The set of properties required for the the OAuth2 ‘AUTHORIZATION_CODE` grant type.
-
#o_auth_2_client_application ⇒ Types::OAuth2ClientApplication
The client application type in the CreateConnection request.
-
#o_auth_2_grant_type ⇒ String
The OAuth2 grant type in the CreateConnection request.
-
#token_url ⇒ String
The URL of the provider’s authentication server, to exchange an authorization code for an access token.
-
#token_url_parameters_map ⇒ Hash<String,String>
A map of parameters that are added to the token ‘GET` request.
Instance Attribute Details
#authorization_code_properties ⇒ Types::AuthorizationCodeProperties
The set of properties required for the the OAuth2 ‘AUTHORIZATION_CODE` grant type.
17591 17592 17593 17594 17595 17596 17597 17598 17599 |
# File 'lib/aws-sdk-glue/types.rb', line 17591 class OAuth2PropertiesInput < Struct.new( :o_auth_2_grant_type, :o_auth_2_client_application, :token_url, :token_url_parameters_map, :authorization_code_properties) SENSITIVE = [] include Aws::Structure end |
#o_auth_2_client_application ⇒ Types::OAuth2ClientApplication
The client application type in the CreateConnection request. For example, ‘AWS_MANAGED` or `USER_MANAGED`.
17591 17592 17593 17594 17595 17596 17597 17598 17599 |
# File 'lib/aws-sdk-glue/types.rb', line 17591 class OAuth2PropertiesInput < Struct.new( :o_auth_2_grant_type, :o_auth_2_client_application, :token_url, :token_url_parameters_map, :authorization_code_properties) SENSITIVE = [] include Aws::Structure end |
#o_auth_2_grant_type ⇒ String
The OAuth2 grant type in the CreateConnection request. For example, ‘AUTHORIZATION_CODE`, `JWT_BEARER`, or `CLIENT_CREDENTIALS`.
17591 17592 17593 17594 17595 17596 17597 17598 17599 |
# File 'lib/aws-sdk-glue/types.rb', line 17591 class OAuth2PropertiesInput < Struct.new( :o_auth_2_grant_type, :o_auth_2_client_application, :token_url, :token_url_parameters_map, :authorization_code_properties) SENSITIVE = [] include Aws::Structure end |
#token_url ⇒ String
The URL of the provider’s authentication server, to exchange an authorization code for an access token.
17591 17592 17593 17594 17595 17596 17597 17598 17599 |
# File 'lib/aws-sdk-glue/types.rb', line 17591 class OAuth2PropertiesInput < Struct.new( :o_auth_2_grant_type, :o_auth_2_client_application, :token_url, :token_url_parameters_map, :authorization_code_properties) SENSITIVE = [] include Aws::Structure end |
#token_url_parameters_map ⇒ Hash<String,String>
A map of parameters that are added to the token ‘GET` request.
17591 17592 17593 17594 17595 17596 17597 17598 17599 |
# File 'lib/aws-sdk-glue/types.rb', line 17591 class OAuth2PropertiesInput < Struct.new( :o_auth_2_grant_type, :o_auth_2_client_application, :token_url, :token_url_parameters_map, :authorization_code_properties) SENSITIVE = [] include Aws::Structure end |