Class: Aws::DataZone::Types::AuthenticationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AuthenticationConfiguration
- Defined in:
- gems/aws-sdk-datazone/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.
1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1073 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.
1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1073 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.
1073 1074 1075 1076 1077 1078 1079 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1073 class AuthenticationConfiguration < Struct.new( :authentication_type, :o_auth_2_properties, :secret_arn) SENSITIVE = [] include Aws::Structure end |