Class: Aws::DataZone::Types::OAuth2Properties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The OAuth2 properties.

Constant Summary collapse

SENSITIVE =
[:o_auth_2_credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_code_propertiesTypes::AuthorizationCodeProperties

The authorization code properties of the OAuth2 properties.



16195
16196
16197
16198
16199
16200
16201
16202
16203
16204
# File 'lib/aws-sdk-datazone/types.rb', line 16195

class OAuth2Properties < Struct.new(
  :o_auth_2_grant_type,
  :o_auth_2_client_application,
  :token_url,
  :token_url_parameters_map,
  :authorization_code_properties,
  :o_auth_2_credentials)
  SENSITIVE = [:o_auth_2_credentials]
  include Aws::Structure
end

#o_auth_2_client_applicationTypes::OAuth2ClientApplication

The OAuth2 client application of the OAuth2 properties.



16195
16196
16197
16198
16199
16200
16201
16202
16203
16204
# File 'lib/aws-sdk-datazone/types.rb', line 16195

class OAuth2Properties < Struct.new(
  :o_auth_2_grant_type,
  :o_auth_2_client_application,
  :token_url,
  :token_url_parameters_map,
  :authorization_code_properties,
  :o_auth_2_credentials)
  SENSITIVE = [:o_auth_2_credentials]
  include Aws::Structure
end

#o_auth_2_credentialsTypes::GlueOAuth2Credentials

The OAuth2 credentials of the OAuth2 properties.



16195
16196
16197
16198
16199
16200
16201
16202
16203
16204
# File 'lib/aws-sdk-datazone/types.rb', line 16195

class OAuth2Properties < Struct.new(
  :o_auth_2_grant_type,
  :o_auth_2_client_application,
  :token_url,
  :token_url_parameters_map,
  :authorization_code_properties,
  :o_auth_2_credentials)
  SENSITIVE = [:o_auth_2_credentials]
  include Aws::Structure
end

#o_auth_2_grant_typeString

The OAuth2 grant type of the OAuth2 properties.

Returns:

  • (String)


16195
16196
16197
16198
16199
16200
16201
16202
16203
16204
# File 'lib/aws-sdk-datazone/types.rb', line 16195

class OAuth2Properties < Struct.new(
  :o_auth_2_grant_type,
  :o_auth_2_client_application,
  :token_url,
  :token_url_parameters_map,
  :authorization_code_properties,
  :o_auth_2_credentials)
  SENSITIVE = [:o_auth_2_credentials]
  include Aws::Structure
end

#token_urlString

The OAuth2 token URL of the OAuth2 properties.

Returns:

  • (String)


16195
16196
16197
16198
16199
16200
16201
16202
16203
16204
# File 'lib/aws-sdk-datazone/types.rb', line 16195

class OAuth2Properties < Struct.new(
  :o_auth_2_grant_type,
  :o_auth_2_client_application,
  :token_url,
  :token_url_parameters_map,
  :authorization_code_properties,
  :o_auth_2_credentials)
  SENSITIVE = [:o_auth_2_credentials]
  include Aws::Structure
end

#token_url_parameters_mapHash<String,String>

The OAuth2 token URL parameter map of the OAuth2 properties.

Returns:

  • (Hash<String,String>)


16195
16196
16197
16198
16199
16200
16201
16202
16203
16204
# File 'lib/aws-sdk-datazone/types.rb', line 16195

class OAuth2Properties < Struct.new(
  :o_auth_2_grant_type,
  :o_auth_2_client_application,
  :token_url,
  :token_url_parameters_map,
  :authorization_code_properties,
  :o_auth_2_credentials)
  SENSITIVE = [:o_auth_2_credentials]
  include Aws::Structure
end