CloudBoxDataSourceReadable
CloudBoxDataSourceReadable =
object
Defined in: packages/cloud/src/client/types.gen.ts:1018
Properties
supports_access_control?
optional
supports_access_control:false
Defined in: packages/cloud/src/client/types.gen.ts:1019
folder_id?
optional
folder_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1023
The ID of the Box folder to read from.
authentication_mechanism
authentication_mechanism:
BoxAuthMechanism
Defined in: packages/cloud/src/client/types.gen.ts:1027
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:1031
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:1035
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:1039
Box API secret used for making auth requests.
user_id?
optional
user_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1043
Box User ID, if provided authenticates as user.
enterprise_id?
optional
enterprise_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1047
Box Enterprise ID, if provided authenticates as service.
class_name?
optional
class_name:string
Defined in: packages/cloud/src/client/types.gen.ts:1048