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.



15408
15409
15410
15411
15412
15413
15414
15415
15416
15417
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15408

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.



15408
15409
15410
15411
15412
15413
15414
15415
15416
15417
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15408

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.



15408
15409
15410
15411
15412
15413
15414
15415
15416
15417
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15408

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)


15408
15409
15410
15411
15412
15413
15414
15415
15416
15417
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15408

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)


15408
15409
15410
15411
15412
15413
15414
15415
15416
15417
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15408

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>)


15408
15409
15410
15411
15412
15413
15414
15415
15416
15417
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15408

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