Class: Aws::QuickSight::Types::GoogleDriveParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GoogleDriveParameters
- 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
-
#auth_type ⇒ String
The authentication type for the Google Drive data source.
Instance Attribute Details
#auth_type ⇒ String
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.
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 |