Class: Aws::IoTManagedIntegrations::Types::AuthConfig

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

Overview

The authentication configuration details for a connector destination, including OAuth settings and other authentication parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#o_authTypes::OAuthConfig

The OAuth configuration settings used for authentication with the third-party service.

Returns:



107
108
109
110
111
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 107

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