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)


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_propertiesTypes::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_arnString

The secret ARN of a connection.

Returns:

  • (String)


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