Logo
Type aliases

CloudOneDriveDataSourceReadable

CloudOneDriveDataSourceReadable = object

Defined in: packages/cloud/src/client/types.gen.ts:1388

Properties

supports_access_control?

optional supports_access_control: true

Defined in: packages/cloud/src/client/types.gen.ts:1389


user_principal_name

user_principal_name: string

Defined in: packages/cloud/src/client/types.gen.ts:1393

The user principal name to use for authentication.


folder_path?

optional folder_path: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1397

The path of the OneDrive folder to read from.


folder_id?

optional folder_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1401

The ID of the OneDrive folder to read from.


client_id

client_id: string

Defined in: packages/cloud/src/client/types.gen.ts:1405

The client ID to use for authentication.


tenant_id

tenant_id: string

Defined in: packages/cloud/src/client/types.gen.ts:1409

The tenant ID to use for authentication.


required_exts?

optional required_exts: string[] | null

Defined in: packages/cloud/src/client/types.gen.ts:1413

The list of required file extensions.


class_name?

optional class_name: string

Defined in: packages/cloud/src/client/types.gen.ts:1414

On this page