Class: Aws::QuickSight::Types::GoogleDriveParameters

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

Overview

The connection parameters for a Google Drive data source. Provide these parameters in the DataSourceParameters object when you create or update a data source that uses Google Drive.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_typeString

The authentication type for the Google Drive data source. Valid values include:

  • SERVICE_ACCOUNT – Server-to-server authentication using a Google service account key.

  • THREE_LEGGED_OAUTH – Interactive OAuth that requires user consent.

Returns:

  • (String)


24693
24694
24695
24696
24697
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24693

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