Logo
Type aliases

CloudBoxDataSource

CloudBoxDataSource = object

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

Properties

supports_access_control?

optional supports_access_control: false

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


folder_id?

optional folder_id: string | null

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

The ID of the Box folder to read from.


authentication_mechanism

authentication_mechanism: BoxAuthMechanism

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

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:831

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:835

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:839

Box API secret used for making auth requests.


user_id?

optional user_id: string | null

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

Box User ID, if provided authenticates as user.


enterprise_id?

optional enterprise_id: string | null

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

Box Enterprise ID, if provided authenticates as service.


class_name?

optional class_name: string

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

On this page