View a markdown version of this page

OneDriveParameters - Amazon Quick

OneDriveParameters

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

Contents

Note

In the following list, the required parameters are described first.

AuthType

The authentication type for the OneDrive 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.

Type: String

Valid Values: THREE_LEGGED_OAUTH | TWO_LEGGED_OAUTH | SERVICE_ACCOUNT

Required: No

ClientId

The client ID for the OneDrive data source.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Required: No

TenantId

The tenant ID for the OneDrive data source.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: