Class: Aws::DataZone::Types::AuthenticationConfiguration

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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_typeString

The authentication type of a connection.

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1153

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

#o_auth_2_propertiesTypes::OAuth2Properties

The oAuth2 properties of a connection.



1153
1154
1155
1156
1157
1158
1159
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1153

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

#secret_arnString

The secret ARN of a connection.

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1153

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