Class: Aws::Glue::Types::CustomAuthenticationProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Custom authentication configuration that allows for flexible authentication mechanisms beyond standard Basic and OAuth2 flows.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_parametersArray<Types::ConnectorProperty>

A map of custom authentication parameters that define the specific authentication mechanism and required properties.

Returns:



7905
7906
7907
7908
7909
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7905

class CustomAuthenticationProperties < Struct.new(
  :authentication_parameters)
  SENSITIVE = []
  include Aws::Structure
end