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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authorization_code_propertiesTypes::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_applicationTypes::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_credentialsTypes::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_typeString

The OAuth2 grant type of the OAuth2 properties.

Returns:

  • (String)


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_urlString

The OAuth2 token URL of the OAuth2 properties.

Returns:

  • (String)


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

The OAuth2 token URL parameter map of the OAuth2 properties.

Returns:

  • (Hash<String,String>)


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