Logo
Type aliases

CloudBoxDataSourceWritable

CloudBoxDataSourceWritable = object

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

Properties

supports_access_control?

optional supports_access_control: boolean

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


folder_id?

optional folder_id: string | null

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

The ID of the Box folder to read from.


authentication_mechanism

authentication_mechanism: BoxAuthMechanism

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

The type of authentication to use (Developer Token or CCG)


developer_token?

optional developer_token: string | null

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

Developer token for authentication if authentication_mechanism is 'developer_token'.


client_id?

optional client_id: string | null

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

Box API key used for identifying the application the user is authenticating with


client_secret?

optional client_secret: string | null

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

Box API secret used for making auth requests.


user_id?

optional user_id: string | null

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

Box User ID, if provided authenticates as user.


enterprise_id?

optional enterprise_id: string | null

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

Box Enterprise ID, if provided authenticates as service.


class_name?

optional class_name: string

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