Class: Aws::DataZone::Types::OAuth2Properties
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::OAuth2Properties
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The OAuth2 properties.
Constant Summary collapse
- SENSITIVE =
[:o_auth_2_credentials]
Instance Attribute Summary collapse
-
#authorization_code_properties ⇒ Types::AuthorizationCodeProperties
The authorization code properties of the OAuth2 properties.
-
#o_auth_2_client_application ⇒ Types::OAuth2ClientApplication
The OAuth2 client application of the OAuth2 properties.
-
#o_auth_2_credentials ⇒ Types::GlueOAuth2Credentials
The OAuth2 credentials of the OAuth2 properties.
-
#o_auth_2_grant_type ⇒ String
The OAuth2 grant type of the OAuth2 properties.
-
#token_url ⇒ String
The OAuth2 token URL of the OAuth2 properties.
-
#token_url_parameters_map ⇒ Hash<String,String>
The OAuth2 token URL parameter map of the OAuth2 properties.
Instance Attribute Details
#authorization_code_properties ⇒ Types::AuthorizationCodeProperties
The authorization code properties of the OAuth2 properties.
14140 14141 14142 14143 14144 14145 14146 14147 14148 14149 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14140 class OAuth2Properties < Struct.new( :authorization_code_properties, :o_auth_2_client_application, :o_auth_2_credentials, :o_auth_2_grant_type, :token_url, :token_url_parameters_map) SENSITIVE = [:o_auth_2_credentials] include Aws::Structure end |
#o_auth_2_client_application ⇒ Types::OAuth2ClientApplication
The OAuth2 client application of the OAuth2 properties.
14140 14141 14142 14143 14144 14145 14146 14147 14148 14149 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14140 class OAuth2Properties < Struct.new( :authorization_code_properties, :o_auth_2_client_application, :o_auth_2_credentials, :o_auth_2_grant_type, :token_url, :token_url_parameters_map) SENSITIVE = [:o_auth_2_credentials] include Aws::Structure end |
#o_auth_2_credentials ⇒ Types::GlueOAuth2Credentials
The OAuth2 credentials of the OAuth2 properties.
14140 14141 14142 14143 14144 14145 14146 14147 14148 14149 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14140 class OAuth2Properties < Struct.new( :authorization_code_properties, :o_auth_2_client_application, :o_auth_2_credentials, :o_auth_2_grant_type, :token_url, :token_url_parameters_map) SENSITIVE = [:o_auth_2_credentials] include Aws::Structure end |
#o_auth_2_grant_type ⇒ String
The OAuth2 grant type of the OAuth2 properties.
14140 14141 14142 14143 14144 14145 14146 14147 14148 14149 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14140 class OAuth2Properties < Struct.new( :authorization_code_properties, :o_auth_2_client_application, :o_auth_2_credentials, :o_auth_2_grant_type, :token_url, :token_url_parameters_map) SENSITIVE = [:o_auth_2_credentials] include Aws::Structure end |
#token_url ⇒ String
The OAuth2 token URL of the OAuth2 properties.
14140 14141 14142 14143 14144 14145 14146 14147 14148 14149 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14140 class OAuth2Properties < Struct.new( :authorization_code_properties, :o_auth_2_client_application, :o_auth_2_credentials, :o_auth_2_grant_type, :token_url, :token_url_parameters_map) SENSITIVE = [:o_auth_2_credentials] include Aws::Structure end |
#token_url_parameters_map ⇒ Hash<String,String>
The OAuth2 token URL parameter map of the OAuth2 properties.
14140 14141 14142 14143 14144 14145 14146 14147 14148 14149 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14140 class OAuth2Properties < Struct.new( :authorization_code_properties, :o_auth_2_client_application, :o_auth_2_credentials, :o_auth_2_grant_type, :token_url, :token_url_parameters_map) SENSITIVE = [:o_auth_2_credentials] include Aws::Structure end |