Class: Aws::DataZone::Types::AuthenticationConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AuthenticationConfigurationInput
- 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
-
#authentication_type ⇒ String
The authentication type of a connection.
-
#basic_authentication_credentials ⇒ Types::BasicAuthenticationCredentials
The basic authentication credentials of a connection.
-
#custom_authentication_credentials ⇒ Hash<String,String>
The custom authentication credentials of a connection.
-
#kms_key_arn ⇒ String
The KMS key ARN of a connection.
-
#o_auth_2_properties ⇒ Types::OAuth2Properties
The oAuth2 properties of a connection.
-
#secret_arn ⇒ String
The secret ARN of a connection.
Instance Attribute Details
#authentication_type ⇒ String
The authentication type 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 |
#basic_authentication_credentials ⇒ Types::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_credentials ⇒ Hash<String,String>
The custom 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 |
#kms_key_arn ⇒ String
The KMS key ARN 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 |
#o_auth_2_properties ⇒ Types::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_arn ⇒ String
The secret ARN 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 |