Class: Aws::QuickSight::Types::SharePointParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SharePointParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The connection parameters for a SharePoint data source. Provide these
parameters in the DataSourceParameters object when you create or
update a data source that uses SharePoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_type ⇒ String
The authentication type for the SharePoint data source.
-
#client_id ⇒ String
The client ID for the SharePoint data source.
-
#share_point_domain ⇒ String
The SharePoint domain for the data source.
-
#tenant_id ⇒ String
The tenant ID for the SharePoint data source.
Instance Attribute Details
#auth_type ⇒ String
The authentication type for the SharePoint data source. Valid values include:
TWO_LEGGED_OAUTH– Server-to-server authentication using client credentials that do not require user interaction.THREE_LEGGED_OAUTH– Interactive OAuth that requires user consent.
38286 38287 38288 38289 38290 38291 38292 38293 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38286 class SharePointParameters < Struct.new( :share_point_domain, :tenant_id, :client_id, :auth_type) SENSITIVE = [] include Aws::Structure end |
#client_id ⇒ String
The client ID for the SharePoint data source.
38286 38287 38288 38289 38290 38291 38292 38293 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38286 class SharePointParameters < Struct.new( :share_point_domain, :tenant_id, :client_id, :auth_type) SENSITIVE = [] include Aws::Structure end |
#share_point_domain ⇒ String
The SharePoint domain for the data source.
38286 38287 38288 38289 38290 38291 38292 38293 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38286 class SharePointParameters < Struct.new( :share_point_domain, :tenant_id, :client_id, :auth_type) SENSITIVE = [] include Aws::Structure end |
#tenant_id ⇒ String
The tenant ID for the SharePoint data source.
38286 38287 38288 38289 38290 38291 38292 38293 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38286 class SharePointParameters < Struct.new( :share_point_domain, :tenant_id, :client_id, :auth_type) SENSITIVE = [] include Aws::Structure end |