Class: Aws::DataZone::Types::AuthenticationConfigurationInput

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

Overview

The authentication configuration of a connection.

Constant Summary collapse

SENSITIVE =
[:basic_authentication_credentials, :custom_authentication_credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type ⇒ String

The authentication type of a connection.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1507

class AuthenticationConfigurationInput < Struct.new(
  :authentication_type,
  :o_auth_2_properties,
  :secret_arn,
  :kms_key_arn,
  :basic_authentication_credentials,
  :custom_authentication_credentials)
  SENSITIVE = [:basic_authentication_credentials, :custom_authentication_credentials]
  include Aws::Structure
end

#basic_authentication_credentials ⇒ Types::BasicAuthenticationCredentials

The basic authentication credentials of a connection.



1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1507

class AuthenticationConfigurationInput < Struct.new(
  :authentication_type,
  :o_auth_2_properties,
  :secret_arn,
  :kms_key_arn,
  :basic_authentication_credentials,
  :custom_authentication_credentials)
  SENSITIVE = [:basic_authentication_credentials, :custom_authentication_credentials]
  include Aws::Structure
end

#custom_authentication_credentials ⇒ Hash<String,String>

The custom authentication credentials of a connection.

Returns:

  • (Hash<String,String>)


1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1507

class AuthenticationConfigurationInput < Struct.new(
  :authentication_type,
  :o_auth_2_properties,
  :secret_arn,
  :kms_key_arn,
  :basic_authentication_credentials,
  :custom_authentication_credentials)
  SENSITIVE = [:basic_authentication_credentials, :custom_authentication_credentials]
  include Aws::Structure
end

#kms_key_arn ⇒ String

The KMS key ARN of a connection.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1507

class AuthenticationConfigurationInput < Struct.new(
  :authentication_type,
  :o_auth_2_properties,
  :secret_arn,
  :kms_key_arn,
  :basic_authentication_credentials,
  :custom_authentication_credentials)
  SENSITIVE = [:basic_authentication_credentials, :custom_authentication_credentials]
  include Aws::Structure
end

#o_auth_2_properties ⇒ Types::OAuth2Properties

The oAuth2 properties of a connection.



1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1507

class AuthenticationConfigurationInput < Struct.new(
  :authentication_type,
  :o_auth_2_properties,
  :secret_arn,
  :kms_key_arn,
  :basic_authentication_credentials,
  :custom_authentication_credentials)
  SENSITIVE = [:basic_authentication_credentials, :custom_authentication_credentials]
  include Aws::Structure
end

#secret_arn ⇒ String

The secret ARN of a connection.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1507

class AuthenticationConfigurationInput < Struct.new(
  :authentication_type,
  :o_auth_2_properties,
  :secret_arn,
  :kms_key_arn,
  :basic_authentication_credentials,
  :custom_authentication_credentials)
  SENSITIVE = [:basic_authentication_credentials, :custom_authentication_credentials]
  include Aws::Structure
end