Class: Aws::DataZone::Types::AuthenticationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AuthenticationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The authentication configuration of a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_type ⇒ String
The authentication type 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.
1311 1312 1313 1314 1315 1316 1317 |
# File 'lib/aws-sdk-datazone/types.rb', line 1311 class AuthenticationConfiguration < Struct.new( :authentication_type, :o_auth_2_properties, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#o_auth_2_properties ⇒ Types::OAuth2Properties
The oAuth2 properties of a connection.
1311 1312 1313 1314 1315 1316 1317 |
# File 'lib/aws-sdk-datazone/types.rb', line 1311 class AuthenticationConfiguration < Struct.new( :authentication_type, :o_auth_2_properties, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The secret ARN of a connection.
1311 1312 1313 1314 1315 1316 1317 |
# File 'lib/aws-sdk-datazone/types.rb', line 1311 class AuthenticationConfiguration < Struct.new( :authentication_type, :o_auth_2_properties, :secret_arn) SENSITIVE = [] include Aws::Structure end |