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.



15008
15009
15010
15011
15012
15013
15014
15015
15016
15017
# File 'lib/aws-sdk-datazone/types.rb', line 15008

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_applicationTypes::OAuth2ClientApplication

The OAuth2 client application of the OAuth2 properties.



15008
15009
15010
15011
15012
15013
15014
15015
15016
15017
# File 'lib/aws-sdk-datazone/types.rb', line 15008

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_credentialsTypes::GlueOAuth2Credentials

The OAuth2 credentials of the OAuth2 properties.



15008
15009
15010
15011
15012
15013
15014
15015
15016
15017
# File 'lib/aws-sdk-datazone/types.rb', line 15008

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_typeString

The OAuth2 grant type of the OAuth2 properties.

Returns:

  • (String)


15008
15009
15010
15011
15012
15013
15014
15015
15016
15017
# File 'lib/aws-sdk-datazone/types.rb', line 15008

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_urlString

The OAuth2 token URL of the OAuth2 properties.

Returns:

  • (String)


15008
15009
15010
15011
15012
15013
15014
15015
15016
15017
# File 'lib/aws-sdk-datazone/types.rb', line 15008

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_mapHash<String,String>

The OAuth2 token URL parameter map of the OAuth2 properties.

Returns:

  • (Hash<String,String>)


15008
15009
15010
15011
15012
15013
15014
15015
15016
15017
# File 'lib/aws-sdk-datazone/types.rb', line 15008

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