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_typeString

The authentication type of a connection.

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1109

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

#basic_authentication_credentialsTypes::BasicAuthenticationCredentials

The basic authentication credentials of a connection.



1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1109

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

#custom_authentication_credentialsHash<String,String>

The custom authentication credentials of a connection.

Returns:

  • (Hash<String,String>)


1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1109

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

#kms_key_arnString

The KMS key ARN of a connection.

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1109

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

#o_auth_2_propertiesTypes::OAuth2Properties

The oAuth2 properties of a connection.



1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1109

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

#secret_arnString

The secret ARN of a connection.

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1109

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