Skip to content

CreateFolderAndTemporaryCredentials

Properties

Name Type Description Notes
name str The name of the folder as how it will be created.
folder_id str, none_type The id of the folder you want to create this new folder in. Alternatively, the folderPath attribute could be used as well for this. [optional]
folder_path str, none_type The absolute path of the folder you want to create this new folder in which must end with '/'. Alternatively, the folderId attribute could be used as well for this. In case the folder path does not yet exist, it will be automatically created. [optional]
non_indexed bool, none_type If you want to create a non-indexed folder. Only possible as a top-level folder, which means the folderId and folderPath attributes are not allowed. [optional] if omitted the server will use the default value of False
temporary_credentials CreateTemporaryCredentials [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]